|
2 |
edited tags
|
||
|
1 |
|
||
Bad Smells When Reviewing Code Affects Approach?G'day, I was thinking about a comment from Kristopher Johnson about my answer to this question regarding Software Development Quality. I'd posted a list of software quality metrics that I could think of off the top of my head that included:
Kris's comment was:
Apart from the fact that I don't agree with this statement at all, it got me thinking. When I have to review code that has hardly any associated tests, whether unit, system or integration, I tend to approach the code much, much more warily than if I see a good suite of tests that have been successfully passed. Same thing when performing security audits on code. If I see unused variables, huge functions, bizarre mixtures of configs, per server, per dir, etc. being used in Apache modules it also predisposes me to approach the code very warily. Does anyone else use this initial "gut feeling" approach and does it affect the outcome? BTW I don't agree with Kris's comment because all the other metrics are definitely valid measures that will help highlight badly designed, poorly executed code. As Damian Conway says:
|
||||
