Hacker News new | ask | show | jobs
by mjw1007 1788 days ago
I think it's more than avoiding feature creep.

I think the most interesting parts are

« It is more important for the implementation to be simple than the interface. » and « completeness must be sacrificed whenever implementation simplicity is jeopardized ».

I think of this every time I'm annoyed that I can't add an empty directory to a git repository.