Hotel-Management-System
Hotel-Management-System copied to clipboard
Commented Lines of Code
Hello kunaltyagi9, I found your project very interesting so I measured the quality of your code by using INTELIJ IDEA MatricsReloaded. Specifically the 4 metrics that I measured are:
- LCOM (Lack of Cohesion of Methods)
- WMC (Weighted Method Complexity)
- LOC (Lines of Code)
- CLOC (Comment Lines of Code)
Generally your code is fine. The prices of LCOM and WMC are good enough in every class and no issue found. The only imperfection I noticed is that there are no explanation comments. Compared with the big number of coded lines the commented lines are very little. In a few classes comments not even exist. I hope you take into consideration my advice and put some comments in your code, because you have made a great job and this will improve it more. Thank you