Code Style
The following pages describe the use of coding rules adhered to while writing awesome code for Further.
Why all this fuss and bother over how we write code?
- it increases code development and debugging speed
- it makes code more maintainable
- it makes code more readable, every line of code should appear to be written by a single person, no matter the number of contributors
- it encourages the you to pay attention to the little details
- it helps to foster an environment of “accountability for your own code”
Based on guidelines.spatie.be, google.github.io/styleguide/htmlcssguide.html and github.com/alexeymezenin/laravel-best-practices.