Monthly Archives: June 2010

how to work with git local branches

Compared to SVN and CVS, I think the best thing about Git is Github. It’s awesome how you can see the history of your source code.

Posted in developer tools, linux/unix world, programming | Tagged , , , | 3 Comments

getting started with Cucumber and Webrat on Rails

A couple of months ago I started using Cucumber in one of my projects. I think it’s a great tool for large projects. It makes it easier for developers joining the project and it gives the development team a lot of confidence when changing the code. If you have a running set of tests, you [...]

Posted in open source, programming, web programming | Tagged , , | Leave a comment

please stop overdesigning!

Keep it simple, stupid. Or keep it simple stupid. Or keep it simple and straightforward.

But please, do it for other programmers. Do it for yourself. For your own sanity. Stop overdesigning and ‘designing for the future.’ Stop designing for ‘what may happen in the future.’

Posted in IT services business, programming, software engineering | Tagged , , , | Leave a comment