Making doit commands where each command represents a generic piece of work, but the implementation is specific to the project. My vision is that the first couple times things are used - like the intake data_stubs - they can be written directly into the dodo, then if we find we are copying things around more 2 or so times, they should be extracted to pyct if they are relevant to package building, to nbsite if they are relevant to website building, or to pyctdev if ??? (not sure).
I think it should be acceptable to have things in dodo especially if they are new ideas that we are trying out.
Making doit commands where each command represents a generic piece of work, but the implementation is specific to the project. My vision is that the first couple times things are used - like the intake data_stubs - they can be written directly into the dodo, then if we find we are copying things around more 2 or so times, they should be extracted to pyct if they are relevant to package building, to nbsite if they are relevant to website building, or to pyctdev if ??? (not sure).
I think it should be acceptable to have things in dodo especially if they are new ideas that we are trying out.