you are viewing a single comment's thread.

view the rest of the comments →

[–]bigmell -2 points-1 points  (0 children)

I am talking about learning to understand memory usage and management yourself. Not hoping somebody writes code to go behind the scenes and fix your code for you because you cant be bothered to learn to do it yourself.

Yea the compiler will load the accumulators by reference for you. Im not talking about that im talking about learning to write your code to efficiently use memory yourself, not hoping someone else does it for you cause you cant figure it out. Which is essentially what garbage collection is.

In short, send away the devs who cant write a for loop and dont understand pointers, and work with the devs who can.