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
As a result of #5533, the module pattern of internal no longer serves our needs. This is primarily due to the following:
Needing access to types.proto. We cannot get access to these message definitions if they're in internal/.
We've done a great job of testing cleanup (e.g. removing x/mock) so that there is less dependency hell.
We end up aliasing 90+% of the module anyway.
So the only "win" of internal/ is simply developer UX of not needing to import multiple packages. However, this is moot as any basic IDE should auto-import for you.
As a result of #5533, the module pattern of
internal
no longer serves our needs. This is primarily due to the following:types.proto
. We cannot get access to these message definitions if they're ininternal/
.x/mock
) so that there is less dependency hell.So the only "win" of
internal/
is simply developer UX of not needing to import multiple packages. However, this is moot as any basic IDE should auto-import for you./cc @fedekunze @marbar3778 @jackzampolin @hschoenburg
For Admin Use
The text was updated successfully, but these errors were encountered: