Refactor multer.js:filename
Closed this issue ยท 0 comments
abdelrhman-arnos commented
I've selected multer.js:filename for refactoring, which is a unit of 3 lines of code and 3 parameters. Addressing this will make our codebase more maintainable and improve Better Code Hub's Keep Unit Interfaces Small guideline rating! ๐
Here's the gist of this guideline:
- Definition ๐
Limit the number of parameters per unit to at most 4. - Whyโ
Keeping the number of parameters low makes units easier to understand, test and reuse. - How ๐ง
Reduce the number of parameters by grouping related parameters into objects. Alternatively, try extracting parts of units that require fewer parameters.
You can find more info about this guideline in Building Maintainable Software. ๐
โน๏ธ To know how many other refactoring candidates need addressing to get a guideline compliant, select some by clicking on the ๐ฒ next to them. The risk profile below the candidates signals (โ ) when it's enough! ๐
Good luck and happy coding! โจ ๐ฏ