-
Notifications
You must be signed in to change notification settings - Fork 715
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
Evaluate and/or rewrite the FAQ #4673
Comments
I think in the end, we should likely start from the ground up, considering what questions new and existing Dart developers are asking today. The questions and our answers will likely be very different than a few years ago. Some initial thoughts about existing content: Some entries should be updated or removed in relation to recent Dart changes, particularly in Dart 3:
Some of the details documented in the FAQ should be elsewhere:
Various JS and web related questions that will likely need large changes in the future as web interoperability evolves with inline classes,
Some potential new topics:
|
@mit-mit @kevmoo @atsansone The faq in its current state is not that useful nor does it reflect much of Dart's current state/usage. Outside of a few updates, it's still written from the perspective of focusing on web programming and the prospects of web tooling like AngularDart or moving away from Java/GWT. The page also has an extremely low visitor count over the past few months, suggesting users aren't searching for these questions anymore. Would you be fine with scrapping this page for now? Or are there some newer questions you'd like to see answered here? I'm personally leaning towards scrapping it, as any question that is still worth answering should be covered either in the Overview or its own relevant documentation. Let me know what you think :) |
I think we do have some useful FAQs. For example, web number semantics vs. native number semantics (doesn't seem to be in the FAQ at this time), "why is the least upper bound of Maybe you could keep the page and just remove questions/answers that are obsolete? This would ensure that existing bookmarks keep working, and there's a certain style for an entry that authors of new entries can use. (OK, it's a non-trivial exercise to find the obsolete entries, and just the obsolete ones. But I'd expect that effort to be useful, so it's probably worth the time to do it.) |
Revised for currency. @MaryaBelanger : Created a draft issue to revisit later. Thanks! Fixes #4673
Revised for currency. @MaryaBelanger : Created a draft issue to revisit later. Thanks! Fixes dart-lang#4673
Revised for currency. @MaryaBelanger : Created a draft issue to revisit later. Thanks! Fixes dart-lang#4673
Revised for currency. @MaryaBelanger : Created a draft issue to revisit later. Thanks! Fixes dart-lang#4673
Page URL
https://dart.dev/resources/faq
Page source
https://github.com/dart-lang/site-www/tree/main/src/faq.md
Describe the problem
Most of the FAQ entries were written a long time ago. While many still be correct, a lot of them may be outdated or irrelevant, or import questions may be missing. Most of them are focused on the web, which has overall modified focus and web interop and web features are evolving heavily in the near feature. Our writing style has evolved since then as well.
Expected fix
Evaluate each FAQ entry for its:
Then either remove or update it accordingly.
Also consider other frequent questions that may be useful to add.
Additional context
No response
The text was updated successfully, but these errors were encountered: