TL/DR If you want your pull requests to be taken seriously you probably need to
learn some more advanced git features like interactive rebase and squash.
Fist I wanted to share an article I…
In addition to my previous post about how to do better code reviews
[https://alastaircrabtree.com/what-to-look-out-for-in-a-code-review/] below is a list of
specific things to watch out for during code reviews, in no particular order:…
Code reviews, the process of showing your hard work to another developer and
having them tear it to shreds, are often an unloved part of the modern
development cycle. The project manager asks why you…