Hacker News new | ask | show | jobs
by poisonborz 846 days ago
> Simple code won't usually handle complex stuff

I think you are confused about what simple code means.

1 comments

Enlighten me with your definitive and universal definition of simple code then :-)

(but I'm totally happy with isoprophlex's answer actually)

Well, yes, +1 for "uncomplicated", I just wouldn't say the term is related to complexity.

Most any software can be broken down in a modular way so that the units could be understood by a junior and you'd rarely need to think about more than one cluster of interactions at once. Maybe this is naive, but up until now found it to be true - that said, I never worked in rocket science.