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
code examples exhibit best practices, including but not limited to:
always using namespaces, with exception of Page and PageController
always using ::create() instead of new for instantiating Injectable classes
would pass linting
code examples are consistent
written documentation encourages best practice, especially when documenting alternatives that should be only used if they're specifically needed to be done that way
written documentation is clear and understandable
written documentation always uses an API link the first time a class, method, or property is referenced on that page
method names referenced in written documentation end with ()
Explicitly out of scope
grammatical or spelling mistakes in existing writing
Scope
The primary purpose of this PR is to ensure that:
Page
andPageController
::create()
instead ofnew
for instantiatingInjectable
classes()
Explicitly out of scope
Decisions to be made:
The text was updated successfully, but these errors were encountered: