Tagged Questions
2
votes
5answers
3k views
What is the best way to reduce cyclomatic complexity when validating data?
Right now I'm working on a web application that receives a significant amount of data from a database that has a potential to return null results. When going through the cyclomatic complexity for the ...