Technical Practices: Trust Your Code
There's a few ways I've talked about this historically. One of the biggest that is probably well recognized in the industry > No Nulls Do not let nulls into your code. Clean Code touches the idea > All it takes is one missing null check to…