Tagged Questions
4
votes
1answer
169 views
Rapid code analysis
I have recently moved to a new company where I am tasked (in part) with evaluating the existing code base and coming up with patterns and best practices.
Our development team consists of around 20 ...
2
votes
2answers
276 views
Are there any good tools to help implement or enforce the proper equals and hashcode patterns for c#? [closed]
A very common bug on my development team is forgetting to, or incorrectly overriding equals and hashcode.
While the pattern is simple, there's a lot of boilerplate code that goes into doing this ...