Hacker News new | ask | show | jobs
by Tyrannosaurs 5193 days ago
Some people value readability, some compactness / efficiency.

Why they do it one way or another is an occasionally interesting follow up question.

1 comments

I'm in the readability camp, I'm one to comment my code even if it's something simple and I also like to use verbose variable names. I always keep in the back of my mind that if someone had to pick up my code without knowing how anything was implemented they might appreciate my efforts (even if it's just a personal project that I don't plan on anyone seeing). You can't please everyone I'm sure for as many people that like it compact there are people that like the whitespace.