Hacker News new | ask | show | jobs
by dgb23 2442 days ago
Writing dumb code is often a good thing. Dumb code still solves your problem and can be structured well to keep it readable and maintainable.

I feel like code even should be dumb most of the time and only clever when needed. The hard part is to figure out when to be clever.

1 comments

Write clever code then dumb it down