aau-giraf / web-api

The backend API for GIRAF — a .NET-core project written in C#.
GNU General Public License v3.0
2 stars 5 forks source link

Remove unreferenced classes and methods #325

Closed thegrubster closed 11 months ago

thegrubster commented 1 year ago

Description

There are large parts of the current code base which is not being used in the application, whether that is classes, methods or constants.

As these parts of the code base do not perform any task, but instead help clutter the code base and make it difficult to get a good understanding of what is relevant, they should be removed.

Possible Suggested Solution

Definition of Done