When creating a constructor for an object, I'm not clear if it should be `newMyObject` or `initMyObject`?
This is probably noted somewhere, but I can't ever find it. Is it in the Nep style? I've seen both formats and I always forget what the recommend name. Is it based on ref vs value types? Many thanks!