toolbox4minecraft / amidst

Advanced Minecraft Interface and Data/Structure Tracking
GNU General Public License v3.0
2.13k stars 240 forks source link

Extract method #1125

Open sarthak3136 opened 1 year ago

sarthak3136 commented 1 year ago

The code has been refactored by re-structuring the components of the file. The following file has been changed.

FilePath

src/main/java/amidst/mojangapi/world/icon/locationchecker/SuppressAroundLocationChecker.java

Improvements Made

The "isValidLocation()" method was previously handling multiple functionalities, which goes against the principle of single responsibility. Therefore, it has undergone a refactoring process, wherein the relevant component of the method has been extracted and implemented in a new method. This results in a more streamlined and organized code structure.

Notes for Reviewers

Thank you for taking the time to review this pull request. If you have any questions or suggestions for improvement, please don't hesitate to let me know.