My tips for .NET code-review

Xiaodi Yan
Level Up Coding
Published in
14 min readOct 19, 2020

--

Code-review is important in our daily development. Some developers may spend lots of time on learning new features of the languages, DDD, distributed system or some fancy stuff but the first thing we should keep in mind is we need to write the robust, maintainable code. Here are some tips from my recent code-review and I hope it would be helpful for you.

NullReferenceException series

--

--