This repository uses PSR2 as the coding standard. The code respectively must be passed by php code sniffer.
See Contributing for more information.
- The code should PSR2 compliant.
- The code should follow namespace structure.
- The namespace of the code is
ArrayAccess\WP\Libraries\Core
. - Writing comments is not mandatory, but it is recommended.
- Using inheritance comments if you are extending the class.
- Writing unit test is not mandatory, but it is recommended. (Refer Testing)
- Please focus on security first, and then performance.
- Please be responsible for your code, words, and actions.