All things considered, I'm quite happy that I've not yet released Bermuda (I wish use.perl supported tags!). Currently I'm working on a conceptual problem dealing with separating the generation of data structures with the serialization of said structures. By making the separation more explicit, much of my code has simplified quite a bit and I now see an issue with some class names being confusing. Had I already released this code, I would be much more concerned with others using it when I still want to break the API. By talking about it, I've gotten a lot of excellent feedback about design issues, but even when I haven't received feedback (hint, hint!), merely talking about it has clarified issues for me.
The downside, however, is obvious: who cares? Aside from a couple of people telling me in email that they're very interested in this project and are looking forward to its release, short of releasing code, it's very difficult to tell if it scratches anyone's itch but my own. Programming in a vacuum lets me do exactly what I think I need to do (that helped when I started the TAP::Parser project), but my needs and yours might be radically different. Does Bermuda sound even remotely relevant to what you do?
Re:Or publicize the repository
Ovid on 2008-02-19T16:56:03
I'm looking into that. I was going to ask a friend if I could set it up on his box with git, but the BBC is talking about a "BBC Open" programme which would rather be like SourceForge or Google Code, but with our imprimatur on it, using code that we've developed in-house. Repositories would be open and others could easily commit patches and, perhaps, get commit bits. The reason for this is that they want to strongly brand the BBC as being a company behind open source. There's a bit more to it than that, so I'm waiting to see what happens here.
Conceptually it might even be similar to our CPAN page, but not limited to Perl.