I had a lightbulb go off in my head last night. I know what my first pet project will be! I'm going to write a task-list application.
Right now I'm only mulling over one stupid technical detail. What is the smartest way to implement the task list and the tasks that will populate the list? Should it be an object oriented design? Should I have it interface with a database backend? Should it just be a text file that gets parsed and is then properly displayed???
How do existing task lists do it?? Argh~ I feel so inept.
No comments:
Post a Comment