Skip to content

Commit c9fd7b4

Browse files
committed
Move quote from rebecca murphey closer to quote by idan gazit
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
1 parent 7fc5e8a commit c9fd7b4

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

readme.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Principles of Writing Consistent, Idiomatic JavaScript
22

3-
## "Arguments over style are pointless. There should be a style guide, and you should follow it" - Rebecca Murphey
4-
53

64
## This is a living document and new ideas for improving the code around us are always welcome. Contribute: fork, clone, branch, commit, push, pull request.
75

@@ -29,7 +27,14 @@
2927

3028
### I do not intend to impose my style preferences on other people's code; if they have an existing common style - this should be respected.
3129

32-
> "Part of being a good steward to a successful project is realizing that writing code for yourself is a Bad Idea™. If thousands of people are using your code, then write your code for maximum clarity, not your personal preference of how to get clever within the spec." - Idan Gazit
30+
31+
> ### "Arguments over style are pointless. There should be a style guide, and you should follow it"
32+
>_Rebecca_ _Murphey_
33+
34+
&nbsp;
35+
36+
> ### "Part of being a good steward to a successful project is realizing that writing code for yourself is a Bad Idea™. If thousands of people are using your code, then write your code for maximum clarity, not your personal preference of how to get clever within the spec."
37+
>_Idan_ _Gazit_
3338
3439

3540
## Translations

0 commit comments

Comments
 (0)