Programming Concepts That Were “Automated” By Modern Languages [closed]

Optimizations.

For the longest time, it was necessary to do this by hand. Now most compilers can do it infinitely better than any human ever could.

Note: This is not to say that hand-optimizations aren’t still done, as pointed out in the comments. I’m merely saying that a number of optimizations that used to be done by hand are automatic now.

Leave a Comment