-
Notifications
You must be signed in to change notification settings - Fork 103
Cookbook/index.md #26
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
Cookbook/index.md #26
Conversation
(cherry picked from commit ec5b7c0)
src/v2/cookbook/index.md
Outdated
|
||
> 3. Introduce complexities one at a time | ||
> 3. Introduire les complexités une à la fois |
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.
Je propose
une par une
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.
Je suggère : "introduire une complexité à la fois"
Tout bon pour moi à par ma remarque. Bien joué ! |
src/v2/cookbook/index.md
Outdated
|
||
- __Teaching JavaScript__: In the guide, we assume at least intermediate familiarity with ES5 JavaScript. For example, we won't explain how `Array.prototype.filter` works in a computed property that filters a list. In the cookbook however, essential JavaScript features (including ES6/2015+) can be explored and explained in the context of how they help us build better Vue applications. | ||
- __Enseigner JavaScript__ : Dans le guide, nous supposons que le lecteur est au moins moyennement familier avec la norme ES5 de JavaScript. Par exemple, nous n'expliquerons pas comment `Array.prototype.filter` fonctionne au sein d'une propriété calculée qui filtre une liste. Dans le *cookbook* en revanche, des fonctionnalités essentielles de JavaScript (y-compris ES6/2015+) peuvent être explorées et expliquées avec comme contexte, comment elles nous aident à construire de meilleures applications Vue. |
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.
A partir de "comme contexte", ça sonne pas très naturel, je suggère une reformulation :
"... peuvent être explorées et expliquées dans le cadre des améliorations qu'elles peuvent apporter à nos applications Vue"
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.
trop différent de l'original, je vais simplement faire sauter la virgule;
peuvent être explorées et expliquées pour montrer comment elles nous aident à construire de meilleures applications Vue
src/v2/cookbook/index.md
Outdated
|
||
> 3. Introduce complexities one at a time | ||
> 3. Introduire les complexités une à la fois |
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.
Je suggère : "introduire une complexité à la fois"
Cookbook/index.md