I've taken a few courses in computer science, and of course have written numerous programs. However, I've never written a program with more than 12 or so source files, and maybe 20-30 resources. How should I structure a larger Java project? Maven provides a base for good structure, but beyond that, is there any "best practice" to use? I'm trying to build a 2d rigid body physics library, but all the source is in the same file, and all of the resources are in one big res. What should I do?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|