|
|
|
|
|
by DrTung
4501 days ago
|
|
I also find comfort in C/C++, it's something about that closeness to the metal that does it. In most other languages (recently I've done a bit of Python) you feel like your walking in someone else's shoes. But with C/C++ it's just you and the machine. |
|
That makes the code so much more robust and you are less likely to make wrong assumptions about what a function or piece of code does.
I do a lot of JS at the moment - node.js and jQuery - what I hate the most, is all the wrong assumptions I have, when somebody makes a function called "clone" (this particulalry one copies the reference) or when jQuery has chained functions, that does not "inherit scope"...
I wish I had the time and patience to learn assembly - but then again... C or C++ is close enough and probably way faster to get anything done in :)