You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Over the course of a long period of website development, a certain amount of duplicate code has accumulated in both in the backend and frontend codebase. You need to figure out what kind of code is being duplicated and reduce its amount as much as possible.
Expected result
Reduced amount (or complete elimination) of duplicate code.
Additional Information
To get more information about what code is being duplicated use these Sonarcloud links.
Brief overview
Over the course of a long period of website development, a certain amount of duplicate code has accumulated in both in the backend and frontend codebase. You need to figure out what kind of code is being duplicated and reduce its amount as much as possible.
Expected result
Reduced amount (or complete elimination) of duplicate code.
Additional Information
To get more information about what code is being duplicated use these Sonarcloud links.
Attachments
Example of duplication. Here, both VideoDTO files contain the same implementation.
The text was updated successfully, but these errors were encountered: