-
Coding Standard - PHP
As of May 2014, Vanilla will adhere to PSR-2 (and therefore PSR-1) with a few exceptions. We have been mass-updating our source code as possible without breaking backwards compatibility (most notably by refraining from changing the casing of existing variables). We’ve named our primary exception to PSR-2 the Lord…
-
Naming Standards - Database
The original database naming standard in Vanilla was CapitalCase. This was inline with coding standards implemented at the beginning of the project. However, Vanilla has moved on. Following the events of The Casening, where most of the project was updated to camelCase, new database tables will share the same style used by…