Exensability: Ask, and you shall recieve
Bil Simser has a few things to comment about me and Roy's discussion about TFS vs. the OSS stack:
That depends on what you want, but usually coding is not involved, scripting usually does. Arhcitectural changes, etc, are usually not involved.
I am not familiar with SVN's internals, but I would answer yes, it already has two storage providers, adding a third should be possible. Let me turn that question around for a moment, can I extend TFS to use Oracle as the backend storage?
And since Subversion has this already, the point is moot at any rate.
And finally, the piece that caused me to post it here:
Forking isn't nice for you, and I would usually recommend against it. But the point is, most OSS projects already have an extension model. NUnit certainly does, Rhino Mocks does, Subversion does, NHibernate has them all over the place, Castle Windsor is a big (and beautiful) extensibility model all in itself, log4net lets you plug in at any point in the pipeline, etc.
In fact, that is one of the reasons that I like OSS, because so often they have this really nice model of safely extending the functionality. Bil mentioned extending TFS to include a "steps to reproduce" field, here is the same for Trac:
repro = textarea
repro.label = Steps to repreduce
repro.cols = 60
repro.rows = 30
Very simple to extend, and if I wanted to add logic as well, that is simple to do as well.
TFS makes me wait for it, that doesn't mesh with the way I do business. Please instruct me at the values I should put in the "MakeIsFast.config" file.
I think that you under estimate just how critical this deficiency is to me. It makes me snap out of the zone. It makes me aware of the tool, and not in a good way. If a tool get in my way I would either improve it or throw it.
Comments
Actually, TFS is very extensible. The entire API is open and pretty well designed. There are numerous TFS tools already available and more coming. I suggest starting with the TFS SDK here http://msdn2.microsoft.com/en-us/library/bb130146(VS.80).aspx.
@Dave,
Thanks, I am aware of TFS extensibility, I am afraid that that wasn't what was questioned, amusingly enough.
Oren, thanks for the post and some clarifications (like how you can use Trac for extensibility). I'm not aware of all the tools out there. I do agree that TFS gets in the way of productivity. There's a bigger thing brewing here that isn't about MS vs. OSS, but rather suites of tools that are designed to work together vs. lots of great tools that are cobbled together (sometimes with bubblegum and bailing wire). I don't think neither MS or the OSS world has the integrated solution. We call it integrated but what does that really mean? The discussion will continue.
Comment preview