eclipse - Best way to organize java code... multiple projects or separate by packages? -
i embark on personal java project in eclipse myself , friend create game server, game engine, , game based on existing card game. game server come last, i'd concentrate on building card game engine followed game itself.
in school, create packages gameengine.whatever
, different games in packages game.gamename.whatever
. thinking of making game engine own separate project , have game individual project well, instead of having them in 1 project , separating them based on packages, i've done in school. in internships, have multiple projects working together, have not touched on in classes @ all.
is there difference in doing 1 way versus other? or equivalent? thanks!
i'd should make separate project "x" if "x" can used on own or there (or be) @ least 2 different projects use "x". otherwise, package fine.
Comments
Post a Comment