« Return to Thread: Seaside vs. Traditional

Re: Seaside vs. Traditional

by Rob Rothwell-2 :: Rate this Message:

Reply to Author | View in Thread

On Sat, Mar 29, 2008 at 12:23 PM, Giuseppe Luigi Punzi Ruiz <glpunzi@...> wrote:
Test Driven Development make thath you object model work always as you say may work. If you do "something wrong", the tests will say you to solve it.

Or I didn't understand you correctly?

I just meant that I enforcing these good practices takes some effort at first.  When you are not used to writing tests, you have to change your process.  Which will be useful, because right now all my "tests"  are in HUGE workspaces (a likely beginners mistake, I'm sure).

Most of my problems, though, use databases, so I am having a hard time enforcing myself to "setUp" the TestCase by "creating" the types of data that exist in my database so that I won't be dependent on the database to run the test.

By the way, your English is MUCH better than my Spanish!

Rob
 


_______________________________________________
Aida mailing list
Aida@...
http://lists.aidaweb.si/mailman/listinfo/aida

 « Return to Thread: Seaside vs. Traditional