polypush135

polypush135

Do they actually have a problem?

I just needed to re post this because 100% this on so many levels. :clap: :clap: :clap:
I’m not even just talking about the type checking here.

If you can’t answer this question before you are sure of your choice on most questions you have,
I’d recommend re asking the question.

But given the post about type systems and the fact it was asked to not make comments in that thread I felt this was worthy of its own post.

Honestly though this! Start with that question every time.

Once I started to force myself to ask this question on most of my issues I felt I was not addressing correctly I found peace in moving past perceived problems that had little impact on my own goals. These questions I imposed on myself often had been the source of frustrations and anxieties.

Most Liked

sodapopcan

sodapopcan

It’s definitely a thing in our industry! I used to work on a team with a few people who questioned things heavily. It was great! One developer would literally question every single feature request that would come through product. “Why are the users asking for this? Is there a way we could solve this problem by doing nothing at all? Would they be able to use an existing feature if we slightly altered it?” This lead us to start doing really quick prototypes so the customers could play around with their idea. Often they actually wouldn’t want the feature once they actually tried it. All parties were much happier.

D4no0

D4no0

The problem being solved, if you watch the https://www.youtube.com/watch?v=Jf5Hsa1KOc8 is lack and quality of tooling that typed languages have.

Who needs this tooling? First of all beginners, this should speed up adoption of the language.

Is this a good thing? I would say yes and no, yes because there will be more elixir jobs and no because the community will degrade and become fragmented like it always happens with popular languages.

polypush135

polypush135

Just to be clear I support the type checking system. I also think the work going into this language is top shelf and high quality and the work others have done is worthy of their time.

For me this question was way more abstract than just talking about if the type system was a worthy problem to be solved.

At the root of the question is the question “why”.

The “Why are we doing x, y or z?”

I won’t argue if the type system is a real problem or not because its not really for me to say,
but the fact someone is asking that question gives me confidence we are at least on the right path.

Where Next?

Popular in Discussions Top

CharlesO
Erlang :list.nth simple, but 1 - based nth(1, [H|_]) -> H; nth(N, [_|T]) when N > 1 -> nth(N - 1, T). Elixir Enum.at … coo...
New
AstonJ
I’ve just started the Phoenix part of the utterly brilliant online course by @pragdave. On generating the Phoenix app he uses the --no-ec...
New
rms.mrcs
A couple of days ago I was discussing with a friend about different approaches to write microservices. He said that if he was going to w...
New
lucaong
Hello Elixir and Nerves community, I have been working for a while on an open-source embedded key-value database for Elixir, that I call...
230 14350 124
New
tomekowal
Hey guys! I want to create a toy project that shows a chart of temperature over time and updates every 5 seconds. I feel LiveView is per...
New
saif
Hello everyone, Long time lurker first time poster here. I’ve recently begun working on Elixir full-time again! :raised_hands: It’s been...
New
cvkmohan
The upcoming Phoenix 1.6 release looks very interesting. Became a habit to watch the commits - and - what they are bringing in. phx.gen...
New

Other popular topics Top

Qqwy
Update: How to use the Blogs & Podcasts section You can post links to your blog posts or podcasts either in one of the Official Blog...
3271 130286 1222
New
jononomo
I am trying to figure out how Mix knows whether the environment is test, dev, or prod – where is this set? Thanks.
New
dogweather
I wrote this comment on r/haskell, and it’s not popular there. :wink: But I think I’m on to something… Haskell reminds me of Java, and e...
New
sen
Hi All, I set a environment variables in dev.exs , like below code. when i start server, how can i set the ${enable} value? thanks. d...
New
alice
Hey, Just curious what are the main benefits of Elixir compared to Clojure? When is Elixir more useful than Clojure and vice versa? Th...
New
albydarned
Hello all! I am typing this post from my new MacBook Pro with the M1 chip. I’m loving it so far, and will probably use it as my daily dr...
New

We're in Beta

About us Mission Statement