Hacker News new | ask | show | jobs
by chaoticmass 2497 days ago
A corollary to that-- less code written the better.
2 comments

Not always. eg, simpler code is sometimes turning a line into two or more lines, just to make variables named in a way that describes what's going on.
It's not just less, it's being as straight forward and simple while avoiding any temptation to be clever.