CMU-17313Q / NodeBB

GNU General Public License v3.0
0 stars 50 forks source link

Refactoring code in public/src/admin/manage/categories.js #73

Closed Mohtelsayed closed 2 months ago

Mohtelsayed commented 2 months ago

Refactoring the code to not nest functions more than 4 levels deep by moving it outside and ensuring other parts in the code can still call it. Refactoring the itemDragDidEnd(e) function to reduce its Cognitive Complexity from 21 to the 15 allowed.

Mohtelsayed commented 2 months ago

I would like to work on this please!

github-actions[bot] commented 2 months ago

Great! I assigned you (@Mohtelsayed) to the issue. Have fun working on it!

github-actions[bot] commented 2 months ago

Sorry, can't help you here. This issue already has a volunteer.

Mohtelsayed commented 2 months ago

This issue was not for a file in the src folder