Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We should generally not start or do heavy resource manipulation in an objects constructor. That threads Threads starting up and various interactions before the object is even constructed can be very problematic. Prefer a start() method.

...