|
|
|
|
|
by simplyinfinity
1572 days ago
|
|
For me personally, code review is the place where you take a look at the code structure, architecture and if it is using the correct ways to do things. It's not the place to check if business requirements are met. Code compilation (and checks) & tests must be requirement as part of each PR |
|