One of the marks of a good senior developer is that they have lots of interesting opinions. After years of working on different software projects, they'll be able to passionately explain why they think MongoDB is ass, paired programming is no fun, and the GitHub CLI changed their workflow.
I have anecdotally found 2 things to be true:
As a new developer, it's smart to consume developer content. However, when you listen to Prime, Dax, Theo, or myself give opinions, you need to remember that they're our opinions, not yours.
Don't misunderstand: I publish my opinions to convince you to join my cult (Go is based) but taking my word at face value does a disservice to yourself. If you simply regurgitate another developer's opinions, not only will you stunt your learning, but it will look bad in interviews and on the job. It's obvious when your opinions haven't been forged in the fires of your own experience.
There are many kinds of developers out there:
Frontend
Backend
Mobile
Embedded, etc.
But we don't just discriminate on tech stack! There are also many kinds of companies:
No matter what advice you're hearing about technology, you need to remember that the speaker comes from a specific background. Opposing hot takes coming from people with different backgrounds can both be great takes.
Now, the best opinions tend to carry the infamous "it depends" as you keep digging for exactly this reason. However, if you're a Xitter enjoyer like myself, you need to appreciate that the context is never contained in the tweet. You'll only begin to understand the context surrounding a hot take once you're familiar with the author.
The point? If you're new to coding, understand that this stuff is nuanced, but adding nuance to titles, thumbnails, and tweets never gets clicks.
Test-driven development is a somewhat controversial development methodology. Some developers love it, some hate it. MBA's always love it because it makes them feel safe. TDD falls into the same category as a few other hot-button topics:
These are things that you'll hear about often, and most developers tend to form strong opinions about them.
Here's my advice:
If you haven't used it in a real project, don't hate it (yet)
That's why it's literally impossible to hate Haskell. No one has tried it in production yet.
One of the biggest mistakes I made early was simply assuming I knew more than I did. I would push for refactors that made no sense to get away from technologies that I thought were "old" or "bad". I wanted to rewrite perfectly stable parts of the code because I thought the new hotness was more maintainable.
By all means, consume coding content online, but try to understand the reasoning behind the opinions you're hearing. Try to think about the context that influences the speaker. Then, when you have a chance, try the thing out for yourself before making your own bold claims.
PS: The only exception to all of this is scrum. Scrum always sucks, you can just trust me on that one. It sucks regardless of your company, religion, political beliefs or sexual orientation.
Also published here.