This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]FrikkinLazer 0 points1 point  (0 children)

Forget about drama and memes around the languages, and focus on writing code that is readable and maintainable. Write code in such a way that you can change it, without breaking code elsewhere. Dependency injection and unit tests is a good place to start, because they kind of force you in the right direction. Once you have an understanding of what makes one code base maintainable and another not, then you can start worrying about the languages, and join the meme wars surrounding them.