Skip to content

Conversation

@jsnconnolly
Copy link

No description provided.



class Program
{
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While your program functioned and did allow me to add an item, it is mostly all in 1 class without any really separation between classes and functionality. This defeats the purpose of working with an object oriented language like C#.

Random rnd = new Random();
int ID = rnd.Next(89); //generate random ID

List<To_do> TD_Task = new List<To_do>(); //setup the list container, just storing to memory fix this
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Part of the assignment was to make the data persist in a SQL lite database so your items would be saved after the program quits, and you would able to continue using the list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants