Reputation: 1
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?
Upvotes: 0
Views: 560
Reputation: 454
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.
Upvotes: 0