|
From: Rod J. <rod...@in...> - 2003-07-06 08:30:38
|
I've created a directory called "sandbox" parallel to /src and /test. (I think I mentioned the idea of calling this "play" yesterday.) This contains stuff from the src tree that doesn't deserve to be scrapped, but which we don't want to release right now. I'm keen that what we _do_ release is focused, documented, tested and likely to be used in the near future. If it's likely to be used only at some unspecified point, we'd be better to wait for user feedback rather than guess now. Examples appropriate for the sandbox include the Visitor classes from com.interface21.core. This is also a good area for getting code up to release standard if it's not certain to go into src right away: e.g. I might put the JMS stuff back here at some point. I think sandbox test cases should probably go in the same directory for now. I don't see much value in automated testing of this. Regards, Rod |