slabiak / AppointmentScheduler

Application to schedule appointments written in Java (Spring Boot)
MIT License
170 stars 96 forks source link

refactoring of code smells #47

Open dabliu89 opened 11 months ago

dabliu89 commented 11 months ago

after an analisys with PMD, we found long method & duplicated code. those where eliminated with extract method technique.