Recommendation for using `new MyType` vs. `MyType.make` with `Schema.Class` constructors

What is the recommendation with Schema.Class-produced constructors regarding when to use new MyType vs. MyType.make?
Was this page helpful?