You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On #11216 and others we have taken the approach of splitting existing modules into the parts that we intend to stabilize. This is not documented on our coding guidelines, but it should be!
We want to document the following:
What are the rough rules of thumb we use for deciding when to split into different modules vs different packages in the same module
What are some situations where we will always split modules (experimental stuff, testing helpers)
How to go about splitting a new module
Roughly, what changes are necessary
How to make sure there are no issues during the release because of the new modules
The text was updated successfully, but these errors were encountered:
On #11216 and others we have taken the approach of splitting existing modules into the parts that we intend to stabilize. This is not documented on our coding guidelines, but it should be!
We want to document the following:
The text was updated successfully, but these errors were encountered: