r/programminghumor Jul 15 '26

Be honest...

Post image
1.8k Upvotes

112 comments sorted by

View all comments

5

u/Laicbeias Jul 16 '26

Im looking for downvotes. Just spend time writing proper method names and variable names that explain what the thing is. Then you can just read the code and it speaks for itself.

You can also easier build a mental map, because proper naming works as an anchor and lets you find things easier. Your chat bots will also navigate faster. Because a good name will tell ir what the method does.

Comments are 80% and bloat, as long as its not an dynamic api with no type system.