samuelbryant / sjb-tools

A simple CLI program to create, maintain and edit todo lists
MIT License
0 stars 0 forks source link

Validation refactor #49

Closed samuelbryant closed 6 years ago

samuelbryant commented 6 years ago

Currently validation is done at the Item level within the constructor. This is incorrect. It should be done at the List level at the 'from_dict' level.

samuelbryant commented 6 years ago

Component of #53