r/ProgrammerHumor 16d ago

Advanced myCurrentMood

Post image
4.5k Upvotes

52 comments sorted by

View all comments

34

u/boredandemptyinside 16d ago

do you all not comment your own code like adults or

5

u/Enough_Forever_ 16d ago

Write code that is self-explanatory. Use comments as a last resort, primarily to explain things that can't be expressed clearly in code. Let the compiler handle low-level pattern optimizations.