1 Jun 2002 01:47
Re: Re: Honest inquiry
Brian Button <bbutton01 <at> earthlink.net>
2002-05-31 23:47:52 GMT
2002-05-31 23:47:52 GMT
Eclipse is pretty modular, so a new story right now can pretty easily be done with TDD. Its pieces are broken up into plugins, which are logically separate units of functionality. As it stands now, each of these plugins has hundreds of unit tests, and they've even built a way to run eclipse inside eclipse so that you can run unit tests on plugins you are building. And the developers of the refactoring plugin (org.eclipse.jdt.ui.refactoring IIRC) are quite proud of the fact that they are practicing TDD as they add new refactorings. If anyone is interested, I'm building a plugin right now, and I'd be happy to share some of what I've learned about developing plugins using TDD in eclipse. All I want/need now is a pair... bab --- Brian Button bbutton <at> objectmentor.com Senior Consultant http://www.objectmentor.com Object Mentor, Inc. Extreme Programming in St. Louis http://groups.yahoo.com/group/xpstl ----- Original Message ----- From: <schroeder <at> surfree.com> To: <extremeprogramming <at> yahoogroups.com> Sent: Friday, May 31, 2002 10:58 AM Subject: Re: [XP] Re: Honest inquiry > It might be very interesting to see a log of test- > driving a couple of new stories for a program > like Eclipse or Word. A higher-level log of the > stories implemented over time and how the(Continue reading)
RSS Feed