Clean duplicated code
Closed this issue · 0 comments
aschworer commented
There is duplicated code in
- controllers
- schedulers
- helpers
For example:
in
ai.elimu.web.content.multimedia.video.VideoEditController#handleRemoveContentLabelRequest
there are 3 pieces of identical code that can be extracted in a separate method.
etc.