in reply to Re^3: Making open fail
in thread Making open fail
Let's consider you write test cases for private methods, and you have a bunch of them ( test cases and private methods), and then you try to refactor and you delete some of the private methods and create new ones, in that scenario you'll have a bunch of failing test cases you will have to fix, even worst if you are refactoring not just an isolated module but a whole part of your app
Don't get me wrong, its all about balance and putting more test cases where it worth it ( riskier code ) than just putting a lot of test cases everywhere
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Making open fail
by SilasTheMonk (Chaplain) on Jul 05, 2010 at 14:50 UTC | |
by bluescreen (Friar) on Jul 05, 2010 at 18:30 UTC |