-
Notifications
You must be signed in to change notification settings - Fork 877
docs(toh-4/dart): copyedits #1637
docs(toh-4/dart): copyedits #1637
Conversation
3293f94
to
2ec71e5
Compare
2ec71e5
to
8aedb3b
Compare
acd0418
to
6fb15c8
Compare
6fb15c8
to
09fbab2
Compare
share that service with all components that need heroes. | ||
|
||
### Create the HeroService | ||
Create a file in the `lib` folder called `hero_service.dart`. | ||
.l-sub-section | ||
:marked | ||
We've adopted a convention in which we spell the name of a service in lowercase followed by `_service`. | ||
If the service name were multi-word, we'd spell the base filename with lower underscore case (AKA "snake_case"). | ||
If the service name were multi-word, we'd spell the base filename in lower underscore case (also called [snake_case](../guide/glossary.html#!#snake_case)). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix the snake_case link? (It just went to the top of the glossary page, for me.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The snake_case
entry went in with the toh-3 changes. (edited)
LGTM, though we should fix that snake_case link. |
The |
I can't get the link to work in my build, but then building anything more than the devguide fails for me right now. I'll take your word that it works. |
Contributing to #1628.