filoromz / roloex

A random project -- RPG game :)
4 stars 0 forks source link

Place the Java classes into sensible packages #3

Closed filoromz closed 12 years ago

filoromz commented 12 years ago

Since our java class files are growing in size, it is getting rather complicated to maintain and manage the files in just the one folder. We should sensibly place these into appropriate packages so they are grouped together in sensible ways.

Ideas to group them:

Another way is through relationship?

Other ideas would be cool too! Can you do this ROLO? xD

michaelbarlow7 commented 12 years ago

Hey ROLO! My instinctual way to package them is to group them via relationship. So I'm thinking we have the Main and Game classes at the root package, and then maybe have a Map package, and within that a Terrain subpackage. Then also a character package. I'll explain it at our 'next meeting' lol

filoromz commented 12 years ago

Code review: packaging through relationship was a really good idea. Nice one rolo!