Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Developing

Ehsan Rouhi edited this page Feb 26, 2021 · 2 revisions

Here are some notes for developers:

  • Use 4 space-indentation for all languages to make it compatible with "WordPress Theme Editor".
  • Avoid using third-party dependencies which carry some unnecessary weight. (For instance jQuery)
  • Avoid unnecessary comments by choosing descriptive names for variables, function, classes, ...
  • As much as possible, try to make things easier for other contributors.
Clone this wiki locally