Excuse to be blunt but I consciously count at least once or more a day that
the discipline of writing tests saves my a$$ --- and that is conscious, who
knows all the other bugs it saves me from. I encourage you to take the time
an discipline to learn this method. My first large project I did without
tests. Tests dont solve everything but they do mitigate a good portion of
the living hell possible without them. I learned this by experience...
hopefully you will be smarter :)

Practical idea - take two small projects, write one how you would normally
and one strictly following tdd. When you are done judge by:

   - The results
   - How you feel about the project and the beauty of your code
   - How confident you are in making changes to the project



On Wed, Jul 14, 2010 at 11:35 AM, Marnen Laibow-Koser
<li...@ruby-forum.com>wrote:

> lucky in ruby wrote:
> > Hey,
> >
> > I am a rails beginners. I have created a couple of simple applications
> > without following TDD.
> >
>
> I worked without tests for 8 years.  Never again.
>
> > I have a question - Do good programmers really follow TDD strictly ? I
> > mean.. Do they follow {  1. Write Test  2. Write Code 3. Refactor  }
> > cycle ?
>
> Yes.
>
> >
> > Is Writing tests before Implentation code really significate beyond
> > these TDD books ??
>
> Yes.
>
> >
> > Please clarify .. I am a beginner and I want to grow well in rails
> > atmosphere.
> >
> > Thanks
>
> Best,
> --
> Marnen Laibow-Koser
> http://www.marnen.org
> mar...@marnen.org
> --
> Posted via http://www.ruby-forum.com/.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Ruby on Rails: Talk" group.
> To post to this group, send email to rubyonrails-t...@googlegroups.com.
> To unsubscribe from this group, send email to
> rubyonrails-talk+unsubscr...@googlegroups.com<rubyonrails-talk%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/rubyonrails-talk?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to