-
Notifications
You must be signed in to change notification settings - Fork 751
Description
Page URL
https://dart.dev/language/libraries
Page source
No response
Describe the problem
The language guide links to dart-lang/sdk#33383 in a note in section "Libraries and visibility".
As a user I found that link more confusing than helpful. There's an answer in the thread, but I have to skip multiple comments to find it. Even after finding the answer, there are more comments from the language designers, so I'm like "maybe they're considering it now? let's read on".. except there's nothing other than more users requesting the feature. There are also people running polls etc.
It would be more respectful to the users (by not wasting their time) if we could just tell the reason, instead of making them dig and uncover it.
I tried to write a draft answer myself, but I don't know the language enough to answer it in detail, so help from language designers will be needed here.
Expected fix
Do not link to the issue tracker. Explain the reason why Dart uses _ prefix in identifiers instead of access modifiers in the same page.
Additional context
No response