lenve / vhr

微人事是一个前后端分离的人力资源管理系统,项目采用SpringBoot+Vue开发。
http://vhr.javaboy.org
27.2k stars 10.28k forks source link

Refactorings #333

Closed AlexanderStocks closed 10 months ago

AlexanderStocks commented 1 year ago

This pull request includes the application of several automated refactorings to improve the quality of the codebase:

Reformat: Applied to 92 files, this refactoring has standardized the code according to predefined style and formatting rules, enhancing readability and consistency across the project.

CollapseNestedIfStatements: Applied to 1 file, this refactoring simplifies control flow and improves understandability by consolidating nested if statements.

RemoveDuplication: Applied to 3 files, this refactoring eliminates duplicated code blocks, making the codebase easier to maintain and reducing the potential for errors.

These refactorings were carried out by the automated refactoring tool, Refactoring Janitor.

This is for my final year dissertation so please leave any comments about the tool. Thank you