TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Any companies/projects following the KISS principles?

2 pointsby noninesalmost 5 years ago
KISS principles as stated by Eric Raymond (ref. https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Unix_philosophy) lay a set of simple guidelines to create SW. If I was to put it in a line I&#x27;d say it&#x27;s what enables Unix users to create their own programs out of simpler programs. Things like &gt; cat file | grep name | sort | tr -d &#x27;Mr &#x27;<p>Most of these programs exist for decades and will continue to do so. They&#x27;re virtually bug free now, rock solid and in constant use.<p>Yet, where I work and in most other SW houses I see that we go for anything but KISS. Bulky, huge OO hierarchies, overblown design patterns and in general creating huge behemoths (even when we call them microservices) sprinkled with ever more design principles like SOLID and what have you that give me the impression that they&#x27;re trying to manage the complexity that should not be there in the first place.<p>Dunno. What&#x27;s your take on this? Why isn&#x27;t KISS used more deeply and widely? What are the reasons to be at the verge of or blatantly roam to the side of overenginnering? I&#x27;m just trying to understand why we seem to make things much more complicated than they need to be.

1 comment

jim-jim-jimalmost 5 years ago
Companies? Dunno.<p>Projects? Always thought the lads at Suckless were doing good stuff. I think OpenBSD counts too.