KISS principle

Kiss, which stands for ‘keep it simple stupid’, is a principle that states that: “most systems work best if they are kept simple rather than made complicated; therefore, simplicity should be a key goal in design, and unnecessary complexity should be avoided. (source)”

Pair programming for all production code?

For the last year I have been writing “most” of my production code together with at least one of my team members. It took me a couple of weeks to get comfortable with the practice, but at this moment I could not think of a better way to write better code faster and maximize knowledge sharing within the team.