FROM : Chris Hanson
DATE : Wed Dec 01 20:18:10 2004
On Nov 30, 2004, at 2:51 PM, Jeff Laing wrote:
> There is no auditabiliy whatsoever, and those of us who actually
> *live* by
> code review will tell you that thats a recipe for disaster, always, no
> exceptions.
You can use a unit testing framework to create unit tests that verify
your nib gets wired up properly on load. This is one way of making
sure that as you work, everything gets set up the way you want it (if
you write the tests first) and stays that way as you modify things.
-- Chris
DATE : Wed Dec 01 20:18:10 2004
On Nov 30, 2004, at 2:51 PM, Jeff Laing wrote:
> There is no auditabiliy whatsoever, and those of us who actually
> *live* by
> code review will tell you that thats a recipe for disaster, always, no
> exceptions.
You can use a unit testing framework to create unit tests that verify
your nib gets wired up properly on load. This is one way of making
sure that as you work, everything gets set up the way you want it (if
you write the tests first) and stays that way as you modify things.
-- Chris






Cocoa mail archive

