Hacker News new | ask | show | jobs
by ozim 847 days ago
I would say don’t try to make code extensible - try to make code replaceable.

If it is not complex it is easy to rewrite and replace. Some things need to be complex but trying to make things extensible is making it needlessly complex quite often.