aadnk / ProtocolLib

Provides read and write access to the Minecraft protocol with Bukkit.
GNU General Public License v2.0
288 stars 92 forks source link

refactored class and methods #205

Closed AlagappanVeerappan38 closed 1 year ago

AlagappanVeerappan38 commented 1 year ago

HI, I have refactored the code for more improving the quality, readability, and maintainability. I have performed Extract method Rename method/variable Decompose conditional Introduce explaining variable Move method/field Extract class Replace conditional with polymorphism

Performed these refactoring in few classes, please take a look, and if there are any more changes to be done, please let me know. Thanks