Let’s take a development scenario for a new feature on a website. You have covered all the acceptance criteria, you have written your tests, you have run the code locally and on the development platform. You think you are ready to ask for peer reviews… We should add one more step in here and that… Continue reading Process – code review yourself before asking others
Category: Process
Code Reviews – slow down to go faster
Some developers think that code reviews should only be about the style of the code and nothing else, I strongly disagree. If we look only at code style and ignore the desired outcome of the unit of work, we could potentially be reviewing code that will be replaced. What I mean by this is –… Continue reading Code Reviews – slow down to go faster