Relative Content

Tag Archive for netbeans

Organizing code in a 2 man team

I’ve been working with a buddy of mine on a school project. We forecast it’ll take ~2 months, so it isn’t a small scale project at all. Communication and splitting the work effectively has been a NIGHTMARE though.

Organizing code in a 2 man team

I’ve been working with a buddy of mine on a school project. We forecast it’ll take ~2 months, so it isn’t a small scale project at all. Communication and splitting the work effectively has been a NIGHTMARE though.

Organizing code in a 2 man team

I’ve been working with a buddy of mine on a school project. We forecast it’ll take ~2 months, so it isn’t a small scale project at all. Communication and splitting the work effectively has been a NIGHTMARE though.

Modular application – dependency as separate module?

I have a modular application written in Java based on NetBeans Modules (those details probably aren’t so important 🙂 ) and I’d like to add another module written in Clojure language. Clojure programs need to have the clojure library accessible.