One feature that could be helpful here is code folding. DrRacket could then propose different &quot;views&quot; of one source file (e.g., code only, code+tests, tests only, etc.).<br>Not sure how to do it though.<br><br>Laurent<br>

<br><div class="gmail_quote">On Wed, Jun 6, 2012 at 12:51 AM, John Clements <span dir="ltr">&lt;<a href="mailto:clements@brinckerhoff.org" target="_blank">clements@brinckerhoff.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div style="word-wrap:break-word"><br><div><div><div class="h5"><div>On Jun 5, 2012, at 1:01 PM, David Janke wrote:</div><br><blockquote type="cite">I just finished reading the blog post about the pre-release submodules feature, and I&#39;m curious what you all think about the new &quot;test&quot; submodule that allows inline unit tests...<div>

<br></div><div>&quot;The new raco test shell command runs the test submodule of a given module, so that raco test fish2.rkt checks that all the values of the fish list are numbers. The test submodule imports rackunit for its check form, but that import does not create a dependency on rackunit (which is a substantial library) for modules that import &quot;fish2.rkt&quot;; the dependency is only for the test submodule.&quot;</div>


<div>(<a href="http://blog.racket-lang.org/2012/06/submodules.html" target="_blank">http://blog.racket-lang.org/2012/06/submodules.html</a>)
</div><div><br></div><div>At first glance, the test submodule sounds like a cool idea, because your tests can help document your functions. But, I can also imagine files where the number of tests outnumber the lines of actual code. Plus, there&#39;s something to be said for keeping different parts of an application separate--tests vs. &quot;work&quot;</div>


<div><br></div><div>On the other hand, unless you explicitly run the tests, they are effectively just comments, so no real harm in having them interspersed with the rest of the code, right?</div><div><br></div><div>I&#39;m fairly new to Racket and just wondering what the thinking is in the community. Inline unit tests pop up here and there in other languages (Python has doctest), but it&#39;s not really widespread. Seeing how it&#39;s going to be part of the Racket core, maybe it&#39;s a technique I should start using?</div>

</blockquote><div><br></div></div></div><div>My opinion:</div><div><br></div><div>It&#39;s very convenient to be able to place unit tests next to the functions that they test while developing code.  I agree that you may want to refactor later, and gather the tests together. Submodules (and more specifically module+) allow both of these.</div>

<span class="HOEnZb"><font color="#888888"><div><br></div><div>John</div><div><br></div><div><br></div></font></span></div></div><br>____________________<br>
  Racket Users list:<br>
  <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
<br></blockquote></div><br>