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
{{ message }}
This repository was archived by the owner on Sep 16, 2022. It is now read-only.
If this is related to #992, I was going to suggest that we integrate that page into site-webdev since we have there the necessary infrastructure allowing code excerpts to be analyzed and/or tested.
Actually, as @kwalrath mentioned already, it might be a good idea to have an Effective Angular section under site-webdev, similar to the Effective Dart section under dartlang.org.
FYI, regarding tooling, the Flutter site has some tooling to extract code excerpts and then analyze them. Under site-webdev, we use the usual tools to analyzer and test code. Instead we have a code excerpt extractor that scans the code, picks out fragments, and embeds the fragments into the docs. The approaches are complementary.
As mentioned elsewhere, I'd really like this to be in our own repository - and to figure out a syncing strategy. This stuff changes often, and the cognitive load of needing to land the CL separate to updating the best practices doesn't seem worth it.
I believe (?) @chalin and others had a tool for this at one point.
Basically I'd have love to catch that:
... was an incorrect example (missing the
useClass:
named parameter).Might not be worth doing, though.
The text was updated successfully, but these errors were encountered: