Keep It Short, Stupid!

Dec 10, 2009 12:31

A 5 year old article from my old website, salvaged from the Internet Archive.

We all know that one must
KISS. But how does
one KISS? This article is all about a hypothesis that if you try to
KISS, you can also
KISS.

Alright, so your Tech Lead has handed you down a nice interface ( Read more... )

programming, simple, geekdom, kiss

Leave a comment

Comments 2

g13n December 10 2009, 14:20:27 UTC
Nicely written.

To add to this I evangelize Test-driven development. Most people may initially refuse to follow it because its a completely different paradigm to write the test case first and then the implementation. But if TDD is followed in true sense (by doing iterative development) it makes you write modular, testable code.

Reply

code_martial December 11 2009, 05:49:35 UTC
Yeah, I would add TDD to the mix. Works especially well for APIs.

Reply


Leave a comment

Up