Hacker News new | ask | show | jobs
by ajro 5733 days ago
In my opinion less code means less bugs means better code. Simple as that. And by code I also mean everything that is auto generated, inherited or linked.

Of course there are rare cases that you need to trade size for speed. But it should be done with careful cosideration.

Edit: I forgot to add that I always thought that 'duct tape programming' means writing hacks to fix hacks - which is bad.