I am working on a project with ca. 20 developers.
One thing we are finding is that it is difficult to keep up with code review.
Somethings we automate, like checking code complexity, finding empty catch blocks etc.
Other things are a bit more difficult.
For example in our case no data should be stored in session state. Is it possible to block this or get a warning if it has been done?