Start United States USA — software Keep It Stupid Simple please

Keep It Stupid Simple please

133
0
TEILEN

Join the DZone community and get the full member experience.
If you do a meta analysis on constructs such as SOLID , or any other architectural …

Join the DZone community and get the full member experience. If you do a meta analysis on constructs such as SOLID, or any other architectural best practices, you’ll easily see how there’s another abstraction layer above these principles, arguably being the foundation of everything you do, which is KISS. KISS of course implies… Keep It Stupid Simple I would go further and argue that unless it’s simple, there’s something fundamentally wrong with it! Even extremely abstract and theoretical concepts such as e=mc2 is ridiculously simple to understand once you make an effort. In fact, Einstein himself would claim that there seems to be a fundamental law in the universe implying the universe is simple, and unless it’s simple, it’s not the truth. I just finished a code review on some Hyperlambda one of our partners had implemented, and there was roughly 3 months of work in it,169 files, where 165 of these were actual code. In total I’d say some roughly 7,800 lines of code.

Continue reading...