Wednesday, July 6, 2011

Cases organization

I think I'm right about having class (lets call it Case) representing the data structure and methods to act on that data structure. What I also need is a class (lets call it Worklist) that contains at the least an array (or the Python equivalent) containing Case instances (instances?) and probably it will need the function for populating that array from a .csv file.

Lots to think about.

No comments:

Post a Comment