I am working on a project with approx. 20 developers.
One thing we find is that it's hard to keep up with the code review.
We automate something, for example, check the complexity of the code, find empty catch blocks, etc.
Other things are a bit more complicated.
For example, in our case, no data should be stored in session state. Is it possible to block it or get a warning if this was done?
source
share