vote up 4 vote down star
2

What OSS programmers and projects out ( if programmer then list both ) there actively use Agile methods? if they only use some Agile methods, can you list the methods they are using?

I don't mean obscure projects, I mean projects a person is likely to have heard of, eg the Linux Kernel, emacs, gcc,... ,

flag

6% accept rate

3 Answers

vote up 1 vote down

I remember reading that JUnit (the project) uses TDD, and you can see from the Apache build server that a lot of the Apache projects use Continuum Continuous Integration.

link|flag
If JUnit developers didn't use TDD, what hope is there for us? ;) – Patrick McDonald Feb 24 at 10:41
They might still be writing tests, but not as a precursor to writing the method that they will be testing. – SnOrfus Feb 26 at 22:14
vote up 1 vote down

Zenoss, an open-source IT management tool, started using the Scrum agile methodology in April of last year. http://www.zenoss.com/

link|flag
vote up 0 vote down

I've heard all the numerous open-sourced xUnit frameworks such as NUnit and jUnit are dogfooding their own stuff with Test Driven Development.

Wikipedia are doing Continuous Integration with their own Mediawiki software since the 1.13 version.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.