Binder is a simple SaaS solution allowing you to create ToDo and custom lists of tasks in clean and readable way. You can create task from default pattern: name, description and completion indicator.
There is good practice to seal every class, that is not meant to be inheritable in C#, not only to call given class uninheritable verbally or logically.
What should be refactored?
Make every suitable class in Web Backend sealed.
Reason for refactoring:
There is good practice to seal every class, that is not meant to be inheritable in C#, not only to call given class uninheritable verbally or logically.