Seeking Abstraction for Converting Instances to Effect Services
I wish there was some cool and lean abstraction to turn stuff like
I'm starting to have a bunch of
new Stripe(), new rss() , new Intercom() into Effect services automatically.I'm starting to have a bunch of
use pattern which is fine, but not super clean.