As a beginner should I be using a standard guide, a popular style guide or should I be working on creating my own file based on my own preferences?
Asked
Active
Viewed 258 times
0
-
Up to you what you do. I personally start with the recommended options and add more options. But the recommended are perfectly serviceable. The pre-made settings are also perfectly serviceable. You can always override any rule you don't like. – VLAZ Jan 29 '21 at 19:55
-
[this page](https://prettier.io/docs/en/option-philosophy.html) is a good read when considering a standards library. – Charlie Bamford Jan 29 '21 at 20:00
1 Answers
0
IMHO, standard guides ever at any level. It's about common rules that everybody knows and understands. And at the end of the day, makes the code more comprehensible.
it's the same approach behind frameworks, makes general rules and standards for everyone that are easy to follow.

dev-cc
- 434
- 3
- 13