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
Discuss and possibly implement the following suggestion: #5771 (comment)
"... I noticed is that every package has indexed with exports like export * from "./somefile", I think it's a bad practice because:
if you are exporting everything from every file, every change is gonna be breaking change - maybe consider exporting only stuff that developers or you actually need
if the developer is searching for the source code of some imported class, it's gonna be a nightmare because it could be in any of these files so you can't just ctrl+click to dig through source code
@mpetrunic The team discussed this and determined it was low priority and scheduled for v5. I don't remember if this was questionably a breaking change. Maybe @jdevcs or @Muhammad-Altabba might remember that.
Discuss and possibly implement the following suggestion:
#5771 (comment)
"... I noticed is that every package has indexed with exports like
export * from "./somefile"
, I think it's a bad practice because:Originally posted by @mpetrunic in #5771 (comment)
The text was updated successfully, but these errors were encountered: