Monday, November 14, 2016

C programming “Good Taste” by Linus Torvalds

System level programming: optimizing for performance, not for readability.
Could compilers optimize to same performance?

Applying the Linus Torvalds “Good Taste” Coding Requirement – Medium

not so good (10 lines and if statement)



good for Linus (4 lines, no if)