Refactoring Away from Static Code
A common problem with many c# codebases I see is a lot reliance on static classes and developers who say “we can’t unit test our... Read more
A common problem with many c# codebases I see is a lot reliance on static classes and developers who say “we can’t unit test our... Read more
There’s a common symptom of monolithic applications that I see fairly frequently. First, a developer writes a simple little program to solve a simple little... Read more