#Organization

1 messages · Page 1 of 1 (latest)

woeful widget
#

Hey guys, I would like some pointers from an experienced Java programmer. How should I organize my classes, methods, packages, etc?

livid portalBOT
#

<@&987246399047479336> please have a look, thanks.

granite sierra
#

unfortunately, depends on what you are making

woeful widget
#

I am making minecraft plugins

granite sierra
#

i would say that, while you are starting out, just put everything in the same package

twin hamlet
#

It is common to employ a practice called 'refactoring', where you might decide that the current packages, naming, or design don't suit the evolving requirements.

You're fine to start with everything in a single package and reorganise once your needs become clear. A good IDE (like the free IntelliJ IDEA Community Edition) can make this a very easy exercise.

woeful widget
#

Thank you

next wyvern
#

desktop apps are not structured the same as mobile apps

woeful widget
#

im doing minecraft plugins for sevrer

next wyvern
#

may wanna ask in some Minecraft dev communtities

woeful widget
#

got it