|
|
|
|
|
by speckledjim
5433 days ago
|
|
You'll look back at these comments you're making in 10 years and be embarrassed. Hopefully by then you will have learnt a bit more about being a productive programmer. The language doesn't matter. Repeat after me... A good programmer can make good stuff in ANY language. A bad programmer can only make good stuff in their favorite language. You should stand up, be confident, and realize that it is the programmer that creates awesome software. Not the language. |
|
C++:
Lua: C#: Now, go ahead and say that choice of language doesn't matter. You might not need lambdas, or first-class functions, or event handlers, and a good programmer can make the same algorithm "work" in any language. But by choosing a more powerful and expressive language, you can get those algorithms done in a way that's more readable, maintainable, and faster to code, which in the end is what really matters.