There are a great many times that different pieces of software need to have knowledge that other pieces of software have, whether it be separate systems, different modules, or different components. An example of this… »
Documentation is like sex: when it is good, it is very, very good; and when it is bad, it is better than nothing. - Dick Brandon The Problem. One of the strangest things about the… »
In this post I’m going to be talking about how I use git. That is, what conventions I use, and what style I apply. First, Git is a Distributed Version Control System. A project is… »
I’ve been wanting to post about Git for a very long time - it’s a very important tool in any software developer’s toolkit. For the uninitiated Git is a tool that people can use to… »