samuelbryant / sjb-tools

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

Add stricter typing via @setter methods #59

Open samuelbryant opened 6 years ago

samuelbryant commented 6 years ago

Currently there are no protections on what type attributes can be set to. Add these checks in @getter/@setter decorators