0
votes
What was your biggest CS eye-opener?
It's been said many times but it's the same for me: Pointers
A spooky "clunk" noise at the back of my head as the relationship between code and hardware fell into place in a way it …
0
votes
In Java, why do people prepend fields with `this`?
"this" prevents confusion with instance variables with the same name in the parent class/es.
It's pretty much the complement to prepending with "super".
…
2
votes
What are the important problems of our field right now?
The important problems are the same as they have always have been:
war
peace
hate
love
waste
hunger
health
illness …
0
votes
Is staying employed as a programmer completely luck?
I think your question may be ambiguously worded.
If the next prospective employer is "now only looking for people that know technology Y" one can fix that by learning and k …
