Posts in 2012
-
Working with git submodules (very old article)
Wednesday, June 20, 2012 in Engineering
Working with submodules looks tricki at the beginning but it is an elegant way to share your project code and DRY (Don’t Repeat Yourself). We started to use submodules a lot in appunite.com, but there is not much said in WWW about how to use git submodules in real projects.
-
Working with gerrit (very old article)
Wednesday, May 02, 2012 in Engineering
As software engineers we want to improve our selves, we want to learn from mistakes of others, and we would like to improve our coding skills. This is why we’have decided to introduce a code review process, and for this we’ve chosen Gerrit tool.