Comment on What are some common misconceptions about programming that you'd like to debunk?
abhibeckert@lemmy.world 9 months agoCurrently the obvious tell is if they pitch Rust
I would amend that to “if they pitch any language”.
The best language is almost universally “whatever we already use” or for new projects “whatever the team is most familiar with”. It should occasionally be reconsidered, and definitely try out new languages, but actually adopting them? Very very rare.
stevecrox@kbin.run 9 months ago
The team/organisations knowledge is a huge factor but its easy to fall into a trap where no matter what the problem is the solution is X language.
If I have an organisation that knows C# and we need to build a Web Application. I would suggest we need to learn Node.js and Typescript and not invest in a solution that turns C# into web pages.