Programming is hard – Part 1

NOTE: You can read Part 2 and Part 3 of this blog series as well. I have read enough articles debating whether or not scala is hard, and having recently watched a YouTube video clip of a kid presenting his Game Of Life app, I just have to weigh in. Coding in scala...

Thank you git rebase –interactive!

Today I had the good fortune to read http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html. The article perfectly served my needs.I’ve been working on a new feature for several days. At first, I build some buttons and new pages, and had...