Coding standards
Our code is written to the latest standards including HTML5, CSS3/SASS, javascript, AJAX, PHP (WordPress PHP), mySql.
Security
As you can “Never trust the user”, the most important part of our coding was to code with security on our minds.
Scalable code
We like to keep the code structure simple and intuitive as described in NASA coding rules. That way the code is easy to read, maintain, and upgrade.
Global functionalities
All universal procedures are written as global functions inside the application. That way we wrote universal procedures only once and we are keeping them in one place.
Object-oriented coding
To avoid conflicts between blocks of code that will be written in the future and to easily navigate through the code, we designed object-oriented code architecture.
Code errors
At the end of every stage, we have checked our code for possible errors. To analyze our code for errors we have used validation tools and linters.