You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In hindsight, there doesn't seem to be any real need for compile(). The original intent was the ability to modify the type before actually compiling it. But because types already have pick(), omit(), transform(), etc. it isn't really necessary. The extra need to call compile() just adds an extra concept and makes it easier to shoot yourself in the foot.
The text was updated successfully, but these errors were encountered:
In hindsight, there doesn't seem to be any real need for
compile()
. The original intent was the ability to modify the type before actually compiling it. But because types already havepick()
,omit()
,transform()
, etc. it isn't really necessary. The extra need to callcompile()
just adds an extra concept and makes it easier to shoot yourself in the foot.The text was updated successfully, but these errors were encountered: