Is there something that can be done to introduce developers to smaller standalone parts of the code base?
In my spare time (evenings, weekends, etc), I'm trying to understand the overall architecture and all of the components, but that is quite a lot of code to trawl through. It will be quite some time before I am really able to contribute. If I could focus on one smaller component, for example load balancer, then it will be much quicker for me to get up to speed and start contributing. Is it possible to work on components (like load balancer) in isolation? For example, is it possible to build and deploy the load balancer standalone or run it from eclipse without having to worry about the rest of the stratos codebase?
