Skip to content

Commit 22ddeca

Browse files
committed
avoid implications of shaming in rule categories
1 parent 7da674e commit 22ddeca

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
@@ -22,9 +22,7 @@ These rules help prevent errors, so learn and abide by them at all costs. Except
2222

2323
### Priority B: Strongly Recommended
2424

25-
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).
26-
27-
[![Fry from Futurama glaring](https://i.imgur.com/PcOnLxn.jpg)](http://futurama.wikia.com/wiki/Template:FOX_Image)
25+
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.
2826

2927
### Priority C: Recommended
3028

@@ -38,8 +36,6 @@ Where multiple, equally good options exist, an arbitrary choice can be made to e
3836

3937
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.
4038

41-
[![goto from xkcd.com](https://imgs.xkcd.com/comics/goto.png)](https://xkcd.com/292/)
42-
4339

4440

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

0 commit comments

Comments
 (0)