Strayker-Software / Binder

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.
https://straykersoftware.pl
MIT License
2 stars 0 forks source link

Refactor: Make every suitable class sealed #108

Closed StraykerPL closed 11 months ago

StraykerPL commented 1 year ago

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.