Relative Content

Tag Archive for project-structure

Separating java projects

I have a large java project, and we use maven for our build cycle. This one project is used extensively – in other projects, in various applications, some of which are contained in it and some which are elsewhere… To be honest, it’s a bit of a mess (various bits added on at different times for specific purposes), and I’d like to clean it up a bit. Also, it’s not fully tested (lots of bits have been added on without proper unit and integration testing), and there are some tests that take a long time to run or don’t actually pass… (uh-oh) – so tests are switched off in the maven build cycle (again, uh-oh).

Setting up Clojure Project And Sub Projects

This is primarily a lein question about setting up a major project and its sub-projects, and is not intended to be a discussion question. Instead, I am interested in either a pointer to documentation or to a Clojure/lein best practices link.

Structure vs. programming

Is it bad that I often find myself spending more time on program structure than actually writing code inside methods? Is this common?