Coding Standard

Any fool can write code that a computer can understand. Good programmers write code that humans can understand.

Martin Fowler

Indeed, writing good code is one of the most important factors in making a successful application. Good code makes it very easy to maintain the application and also reduces the chances of bugs.

We take coding style very seriously at Froiden. With the help of modern lint tools, we also enforce it throughout our organization.

 

Coding Standard

Code Linting

We enforce coding standard using lint tools, like,PHP Code Sniffer,PHP Mess Detector,ESLint, etc.

We have open sourced our linter config files:

  1. PHP Standard: https://github.com/Froiden/PHPStandard
  2. JS Standard: https://github.com/Froiden/js-standard
  3. Git Commit Message Hook: https://github.com/Froiden/git_template

While working with Froiden, good code will be least of your concerns. Cheers! While working with Froiden, good code will be least of your concerns. Cheers!