CMU-313 / NodeBB

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

Refactoring Code In public/src/client/account/info.js #357

Open sofian-syed opened 2 weeks ago

sofian-syed commented 2 weeks ago

NodeBB version

No response

NodeBB git hash

No response

NodeJS version

No response

Installed NodeBB plugins

No response

Database type

No response

Database version

No response

Exact steps to cause this issue

The function in this file currently nests functions more than 4 levels deep. This is categorized under Adaptability and marked as a maintainability code issue. I plan to refactor the function by restructuring logical code blocks to avoid nesting functions. This may be done by making functions slightly longer or optimizing code flow. SonarCloud link: https://sonarcloud.io/project/issues?open=AZFmi_yNybYwxy-_uEQA&id=CMU-313_NodeBB

What you expected

No response

What happened instead

No response

Anything else?

No response

sofian-syed commented 1 week ago

I would like to work on this please!

github-actions[bot] commented 1 week ago

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