-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(v7): make dockerutil internal/
public
#1102
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
Before i actually review the changes i just wanted to ask, does it make sense for all of this code to become public? I can see the argument for making the iirc tl;dr: I'm in favor of making the Docker related code public but the rest of it seems useless from the perspective of developers making use of the testing framework and i think it would also create additional footguns in the case of |
These are good points. I was thinking developers could extend BlockDB, but this again could lead to more confusion when new contributors try using it directly improperly. Ill change this now |
It's possible that someone may find a usecase for this but i think until we have a clear user story it makes sense to keep the package internal so we don't clutter the public API exposed by the framework and also don't introduce additional footguns for users. I don't think many people even know about the blockdb feature, could be a good candidate for a future blog post or maybe just we just write some better docs around it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
had the one comment but otherwise this looks good to me! i'll just approve now so you aren't blocked on me
internal/
publicinternal/
public
closes #869 (part 2)