> In my experience, debuggers are good for two things: investigating bugs
> in your infrastructure (in Clojure or other dependencies) and
> investigating performance problems. If you are feeling the need to step
> into a debugger to deal with correctness problems, it's merely a sign
> that your test suite is lacking in coverage.

It's also good to figure out what exactly your program does. It might
be because you aren't that familiar with the language yet. Or maybe
the bastard who handed the code to you didn't create a good test
suite.

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

Reply via email to