On Aug 21, 5:15 am, bingo bob <[email protected]> wrote: [...] > - write some tests and err test (I can imagine a great number of people > up in arms at this one, ok, I admit it, my app has no tests – reason is > I never learned how, so I haven’t done it – would love to test and > realise the importance but at the moment my testing amounts to me seeing > something break in the browser and fixing it)
Start with this one. If you have no tests, you really don't know if your app works. Write tests *now*, before releasing. Delay your release date if you have to in order to do this. Then do all new development test-first. Ignorance is not an excuse here. There are plenty of people here and elsewhere who can help you learn. This is vital. Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

