Månad: augusti 2012

  • A programmers dricking song

    If you are having a party with your geek friends then the following little song by Jack Gannsle might be something for you… 100 little bugs in the code, 100 bugs in the code, Fix one bug, compile it again, 101 little bugs in the code. 101 little bugs in the code….. (Repeat until BUGS…

  • An introduction to how to write a commit message

    Have you ever looked at a change log in your source control system, such as git, and said to your self… ”WTF is this? What does it do and why?” This post will outline how to write a good commit message in git. First of all, we need to understand why we write a commit…