Hacker News new | ask | show | jobs
by conradfr 1431 days ago
If you try to apply the "write code that is easy to delete, not easy to extend" principle, your code will be less messy.
2 comments

Reminds me of this (Greg Young - The art of destroying software):

https://vimeo.com/108441214

I'm still trying to figure out how to apply this to my personal javascript codebases.

This is also an argument in favor of functional programming over OOP class-based programming.