-
Now that we run `phpcs` against all core PRs, we should fix all existing coding issues in core to avoid getting so many warnings/errors. This issue (inspired by https://github.com/backdrop/backdrop-is…
-
Instead of ignoring test files and allowing code to be written in any format (https://github.com/alleyinteractive/create-wordpress-project/blob/develop/.phpcs.xml#L30) we should relax the standards fo…
-
Insert Coding Standards Here
-
# Details
- Content type (Online Workshop, Lesson, Course, Tutorial, or Lesson Plan): Lesson
- Content title: Introduction to WordPress Coding Standards
- Topic description: Explain to the ne…
-
-
We need to build a robust testing and coding standards infrastructure in order to make sure new changes do not break existing systems. It is going to be critical going forward because the actual SONAR…
-
Prefixes are sometimes useful:
Is - to ask a question about something. Whenever someone sees Is they will know it's a question.
Get - get a value.
Set - set a value.
-
-
### Suggestion
We usually (intentionally) conflate `null` and `undefined` in this repo, and use `== null` or `== undefined` instead of `=== null` or `=== undefined`. This pattern is generally adhere…
-
I think we should unify the code indentation and avoid mixing tabs and spaces. Some tools use tabs as code indentation, and some programs use 4 spaces as code indentation.
Rtoax updated
5 months ago