| ▲ | ricardobeat 5 hours ago | |||||||
Your comment is easily misunderstood, my first thought was also “that’s NPM” - but the idea of providing tests and types without implementation is a pretty interesting one. | ||||||||
| ▲ | to11mtm 4 hours ago | parent [-] | |||||||
I mean in my head it is 'Plugin system', at least in the context of feature bloat. Where it can get slightly hairy is that to do it well, you need to have a LOT of seams between layers. > but the idea of providing tests and types without implementation is a pretty interesting one. I feel like in my head, you need to have -some- baseline/example implementation; e.x. Akka/Pekko/Akka.NET have Plugin specs for Persistence but there's still a Memory-only implementation of Persistence as a reference/baseline; after all you need to make sure the spec is possible at all. | ||||||||
| ||||||||