On 12 December 2014 at 09:01, David van Leeuwen
My set-up is usually to either start from scratch in a new file
outside of base for smaller changes, then write tests in the same
file. If it relies more heavily on existing code I copy the existing
file out of base and delete whatever I don't need. Once I am
done I integrate the code/tests back into base and do a final check
before filing a PR. I am not overly in love with this approach, but
it works and alleviates most of the overly long turn-around time.
Side-note, I could have sworn that I asked this very same question a
few months ago, maybe it was over on the IRC channel.
Pontus