elmueller.net - MICHA.ELMUELLER

Example domain paragraphs

Sep 27, 2020 0

I’ve left the company I was previously working for at the end of 2018. In this post I want to reflect on some technical things I learnt there which I found really valuable.

This is how Git works best. It makes it a lot easier to e.g. track bugs. This is because the commit message explains what the intention behind the change was and one can verify that the commit does exactly this and nothing else. Also you can use git internal tooling (like git bisect ). Do not squash on commit This enables the possibility to prefix a commit with something like Revert me: Your message . This commit can easily be git revert -ed later on to only revert this specific change. We used this often t

Links to elmueller.net (2)