Skip to content

Commit a2f7d68

Browse files
vuejs-jp-botkazupon
authored andcommitted
avoid implications of shaming in rule categories (vuejs#376)
1 parent cfb2c3a commit a2f7d68

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/v2/style-guide/index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ These rules help prevent errors, so learn and abide by them at all costs. Except
2626

2727
### Priority B: Strongly Recommended
2828

29-
These rules have been found to vastly improve readability in most projects. If you violate them, your code will still run, but other developers may give you the evil eye [at conferences](https://github.com/vuejs/roadmap#events).
30-
31-
[![Fry from Futurama glaring](https://i.imgur.com/PcOnLxn.jpg)](http://futurama.wikia.com/wiki/Template:FOX_Image)
29+
These rules have been found to improve readability and/or developer experience in most projects. Your code will still run if you violate them, but violations should be rare and well-justified.
3230

3331
### Priority C: Recommended
3432

@@ -42,8 +40,6 @@ Where multiple, equally good options exist, an arbitrary choice can be made to e
4240

4341
Some features of Vue exist to accommodate rare edge cases or smoother migrations from a legacy code base. When overused however, they can make your code more difficult to maintain or even become a source of bugs. These rules shine a light on potentially risky features, describing when and why they should be avoided.
4442

45-
[![goto from xkcd.com](https://imgs.xkcd.com/comics/goto.png)](https://xkcd.com/292/)
46-
4743

4844

4945
## Priority A Rules: Essential (Error Prevention)

0 commit comments

Comments
 (0)