MakingLibrarySoftware2

Design Process & Getting Started

1. Exercise :: Write a program to add and remove books from a list. Share and discuss.

2. Discussion of software design process and brainstorm of goals for personal projects (What are the constraints on the library cataloging software you want to make?) WhatWeWantToWrite

3. Look at example library code

4. Come up with individual goals/milestones for the library software over the next 6 weeks.

5. For next time, work on a program that can keep an inventory of books with the ability to add and remove books (using functions). Start from the example code or from scratch.

MercurialOverview