I tried to learn functional programming. I’ve talked with recruiters and talked with small business owners.

“We only hire the best!” “X language is better than Y language.”

OOP is the future, FP is the future, NO SQL is the future, NO, SQL wasn’t that bad, go back!

Every 6 months the technology changed, all of it was hype all the time. But with all that noise, we finally see what they’ve built. It’s crap. Thanks to Elon, we can see behind the curtain of Twitter. It’s a pile of crap.

Building and maintaining a huge codebase is hard and there are no magic bullets. You need smart, talented people who care about what they leave behind.

They could have built something beautiful and elegant. They built crap. That pisses me off.

  • Masterofballs@exploding-heads.com
    link
    fedilink
    arrow-up
    1
    ·
    2 years ago

    Picking the right technology is hard. Finding the right balance between productivity, speed, and developer knowledge is never perfect the first try. While I’ve heard it said that rewrites are bad engineering it is often the case that rewrites are a normal part of optimization. It’s risky because it’s totally possible that a rewrite is worse (See reddits new UI). But fixing existing code usually only makes it better.

    In general to get a job programming the best way is to look at the job market in the area, find what what technology people are using and master it.

    If you live around oil and natural gas people tend to use C#. Banking people tend to use Java. Cloud people tend to use python and golang and docker.

    networking/ai python.

    Mobile development it’s good to know either android or ios. if android both kotlen and android because jobs maintaining older apps exist.

    React is basically the defacto ui. I’m not a huge fan but it has job security.

    Twitter uses several custom stacks. They wrote bootstrap which is the most popular UI library in the world.

    Twitter uses a bunch of Scala on the backend. There are really few engineers who have worked professionally in Scala and that is a decent argument to rewrite it. Twitter has probably written most of the Scala libraries out in the wild.

    If they just used Java they could reuse the libraries everyone else is using. Not that I love java but all the boiler plate code is already written and tested. It’s also infinitely easier to hire for Java than Scala. Almost no university teaches Scala but all of them teach Java.