#Organization
1 messages · Page 1 of 1 (latest)
<@&987246399047479336> please have a look, thanks.
unfortunately, depends on what you are making
I am making minecraft plugins
i would say that, while you are starting out, just put everything in the same package
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.
Thank you
depends on the project
desktop apps are not structured the same as mobile apps
im doing minecraft plugins for sevrer
so that depends on how the Minecraft environment structures their projects
may wanna ask in some Minecraft dev communtities
got it