3 Aug 2004 13:22
Suggestions on how to approach TDD for this problem?
Paul Michali <pcm <at> cisco.com>
2004-08-03 11:22:35 GMT
2004-08-03 11:22:35 GMT
Hi all! In my never ending quest to try to learn TDD (and play in areas where I have little experience), I'm trying to write a second generation of a small command line Java app that I made for processing membership info for a local car club. PROBLEM DESCRIPTION: As membership chair, I get, on a monthly basis an Excel spreadsheet that has a listing of all the membership. Each entry has member name, address, phone, e-mail, etc. and most importantly current status (current, new, expired). With this information I have two goals. Goal "A" is to generate various reports of interest to members. Examples are, number of new members, expired members, percent and number of members per county, per state in the region, and total members in this chapter. List of new members, with city and car model(s) and year(s), and so on. this info is presented in the club newsletters and presented at meetings. Goal "B" is to maintain a "database" of both current and old membership information. Unlike the monthly spreadsheets, I want to keep information on expired members, so that I can evaluate historical(Continue reading)
Should I just continue with the POI HSSF classes to read the
spreadsheet?
RSS Feed