shazzad5709 / Refactoring-Workshop

The Code Refactoring project aims to enhance the existing codebase by restructuring and optimizing the code without changing its external functionality. Through this project, the code's structure, readability, and maintainability will be improved, leading to better software quality and easier future development and maintenance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# Pre-workshop Preparation 1. Choose your desired programming in the repo and make sure the tests are passing 2. Please familiarise with some of the common code smells like duplicate code, comments, large class/method, feature envy and shotgun surgery. Find the information from https://refactoring.guru/refactoring/smells # refactoring-workshop

About

The Code Refactoring project aims to enhance the existing codebase by restructuring and optimizing the code without changing its external functionality. Through this project, the code's structure, readability, and maintainability will be improved, leading to better software quality and easier future development and maintenance.


Languages

Language:Java 100.0%