by user0x1d on 12/12/22, 9:17 PM with 1 comments
To you in your career, are there some things you consider to be deep fundamentals to what you do that really benefit your work? What are these fundamentals?
To me, understanding how some algorithms work is not fundamental, for example. But understanding where your code actually goes to (think of the logic gates in a processor) is fundamental to understanding what it is that I'm doing (and not thinking of things as magic)
by david927 on 12/12/22, 9:24 PM
We tend to get into the weeds as programmers, but 9/10ths of it is the above. If you approach the problem in the right way, everything is easy. The wrong way and everything is hard.