> This *might* work, but I have concerns. One one hand, we want > interactive unit tests to be close (in the outline) to the code being > tested, so that we can work on the unit test in tandem with the code > being testing. Otoh, we *don't* want interactive unit tests to be > close to the code being tested, because that would clutter the outline > unbearably! > > Perhaps the solution is to put the unit tests near the code during > initial development, and then file the unit tests away after the > initial development is complete. I do something like this at present.
This reminds me of the concepts of structure vs presentation in html and css. It sounds like what might be useful here are different "stylesheets" depending on the activity. I'm changing a function, draw unit test (and real time results?) right next to me. I'm just reading and browsing, don't draw them at all, or at least subdue them. In either case the actual storage position of the nodes somewhat irrelevant. cheers, -matt -- You received this message because you are subscribed to the Google Groups "leo-editor" 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/leo-editor?hl=en.
