in reply to Re^4: What's in a Repo?
in thread What's in a Repo?
moritz answer is already 90% of what I would have to say. Normally you should not include unfinished code experiments, non-working test scripts or utilities that are only relevant to your mode of operations
BUT there are always exceptions. Your example of a test script that almost works and is useful and you just don't know how to make it work could be such an exception. You might put it in (disabled naturally) with a plea to help make it work.
Or there might be a utility script that is really useful for this module. I have no idea what that could be with Devel::Comments, but for example for a module simulating a game world it could be a fight simulator script to aid in balancing
|
|---|