• 0 Posts
  • 1 Comment
Joined 2Y ago
cake
Cake day: Jun 01, 2023

help-circle
rss

the worst programmers write many lines that do less while great programmers write few lines that do more.

That doesn’t sound exactly right. Readability is IMO the most important code quality followed by things like maintainability. Conciseness is a lot further down the list. If I have to use more lines of code or even leave out a little performance optimization for readability, I generally do.