Using Classes for Schema Instances in Effect Typescript
Hey, questin for veteran effect schema users, when creating scheams, style wise, are you reaching for class, most of hte time, to have automatic equiv, and other nicities? for example I'm thinking how it would be nice if my schema instances could be interpolated into strings and automatically convert via toString method -- maybe defaulting to encodeSync.
