Translate Classes without No-Argument Constructor
Closed this issue · 1 comments
geoffreywiseman commented
In some cases, you're going to want to put a constructor on a class that you then want to translate to. Although forcing a no-arg constructor is reasonable in most cases, it's preferable if Moo could handle filling the constructor with the fields to be translated -- essentially treating the constructor as required properties.
geoffreywiseman commented
This duplicates #13.