You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seeing as how IceBall has a large number of classes, it would make more sense to organize the classes into multiple packages based on the type of function the class performs, e.g. "commands", "mobs", "gameplay", etc.
This is not connected to a milestone as it has no effect on the actual plugin itself, but it is a general convention that should be followed when possible to prevent messy code.
The text was updated successfully, but these errors were encountered:
I see.. even better organization. Packages to hold the class's to hold the methods to hold the fields lol. I plan on doing so in the future for sure; it's part of the game programming tutorial I'm taking as well.
@woodrow73
Precisely, hahah! Anyways, it's something that might be worthwhile since there's a good number of packages in this plugin. Hopefully it would make maintaining this easier!
Seeing as how IceBall has a large number of classes, it would make more sense to organize the classes into multiple packages based on the type of function the class performs, e.g. "commands", "mobs", "gameplay", etc.
This is not connected to a milestone as it has no effect on the actual plugin itself, but it is a general convention that should be followed when possible to prevent messy code.
The text was updated successfully, but these errors were encountered: