Should operations that could take some time be performed in a constructor or should the object be constructed and then initialised later.
For example when constructi
Make sure the ctor does nothing that could throw an exception.