Re: A question for TDD practitioners

2014-01-29 Thread Sean Johnson
compared to :none when paired with :source-map. By renouncing to :source-map option, the :whitespace compilation/re-compilation time is very fast again. The question for TDD practitioners is the following: How fundamental is the availability of cljs's source-map in a TDD

Re: [ClojureScript] A question for TDD practitioners

2014-01-29 Thread Mimmo Cosenza
again. The question for TDD practitioners is the following: How fundamental is the availability of cljs's source-map in a TDD workflow? Could we renounce to it in favour of a quicker TDD loop? Do you see any drawback in a TDD scenario for not having the source-map? Honestly

Re: [ClojureScript] A question for TDD practitioners

2014-01-29 Thread Jamie Orchard-Hays
to :none when paired with :source-map. By renouncing to :source-map option, the :whitespace compilation/re-compilation time is very fast again. The question for TDD practitioners is the following: How fundamental is the availability of cljs's source-map in a TDD workflow

Re: [ClojureScript] A question for TDD practitioners

2014-01-29 Thread Mimmo Cosenza
slow compared to :none when paired with :source-map. By renouncing to :source-map option, the :whitespace compilation/re-compilation time is very fast again. The question for TDD practitioners is the following: How fundamental is the availability of cljs's source-map in a TDD

A question for TDD practitioners

2014-01-27 Thread Mimmo Cosenza
again. The question for TDD practitioners is the following: How fundamental is the availability of cljs's source-map in a TDD workflow? Could we renounce to it in favour of a quicker TDD loop? Do you see any drawback in a TDD scenario for not having the source-map? Honestly, I use source-map