| I am trying to set up some good code review practices in my team. I have some positional power, so I can experiment a little with not-so-much resistance. We already have lints, type-checking and some specs in place. But no manual reviews, yet. While we were in-office we could do simple over the shoulder code reviews and exchange valuable feedback fast without any official process. Since now my team is remote (although in the same timezone), what changes can we start making in our team to introduce code review practices to make the code quality better and avoid the common mistakes? |