I was thinking how much code one should put in constructors in Java? I mean, very often you make helper methods, which you invoke in a constructor, but sometimes there are s
Take a look at this SO question. Even though the other one is for C++, the concepts are still very similar.