Re: Unit tests and parameter validation
Keith Ray <[email protected]>
| Newsgroups | gmane.comp.programming.test-driven-development |
|---|---|
| Message-ID | <[email protected]> |
If "outside" is GUI/user and "inside" is using a framework or database, then there can be a mis-match, when you find out the database needs info not yet provided by the GUI/user, or that the framework requires asynchronous behavior when the GUI assumes simple synchronous behavior. -- C. Keith Ray * 650-533-6535 * https://dl.dropbox.com/u/686328/keith_ray_resume.pdf * http://agilesolutionspace.blogspot.com/ On 2013 Oct 18, at 11:16 AM, Ron Jeffries <[email protected]> wrote: > Eb, > > > On Oct 18, 2013, at 1:52 PM, Eb <[email protected]> wrote: > >> Ok. But I've experienced that developing outside in also. > > > Really? You developed some outside object, and then went to develop an inside object, and it didn't meet the needs of the object, already existing, that was calling it?? > > How did that happen? > > Ron Jeffries > www.XProgramming.com > Everything that needs to be said has already been said. > But since no one was listening, everything must be said again. -- Andre Gide > > >