Replies: 1 comment
-
|
I'm thinking we replace
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
BoskDriveris designed to be a composable interface that combines functionality by stacking drivers in layers. However, this stacking occurs only during construction; after that, only the driver objects themselves implicitly "know" the stack structure, with each driver having a reference to its downstream driver.Examples of things we currently can't do:
MongoDriver")Perhaps the current
DriverFactoryandDriverStackabstractions should evolve into more than just a discipline for instantiatingBoskDriverobjects.Beta Was this translation helpful? Give feedback.
All reactions