You must log in or # to comment.
I’m so glad he pointed out the compiler optimizing the If statements. A lot of coworkers seem to forget that the compiler is doing a lot of that work for us now, and some of the code becomes unreadable as they try to make it “more efficient.”
Bro, stop, you can’t beat a machine at machine stuff
God damn, my controllers look and function like shit compared to that snippet in the image.
You know what got me? The consistent inline comments. That’s was so nice to see.
As a C++ programmer myself, this was pretty interesting to see.