From edd362fb87b4351c888161e5e8454b1b6a7a504c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Benkel?= Date: Sun, 23 Sep 2012 23:00:20 +0200 Subject: [PATCH] Added short info about writing identifiers in English --- _posts/02-01-01-Code-Style-Guide.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_posts/02-01-01-Code-Style-Guide.md b/_posts/02-01-01-Code-Style-Guide.md index 5196c9d..2848297 100644 --- a/_posts/02-01-01-Code-Style-Guide.md +++ b/_posts/02-01-01-Code-Style-Guide.md @@ -22,6 +22,8 @@ You can use the [phpcs-psr][phpcs-psr] sniff for [PHP_CodeSniffer][phpcs] to che Use Fabien Potencier's [PHP Coding Standards Fixer][phpcsfixer] to automatically modify your code syntax so that it conforms with these standards, saving you from fixing each problem by hand. +English is preferred for all symbol names and code infrastructure. Comments may be written in any language easily readable by all current and future parties who may be working on the codebase. + [fig]: http://www.php-fig.org/ [psr0]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md [psr1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md @@ -29,3 +31,4 @@ conforms with these standards, saving you from fixing each problem by hand. [phpcs]: http://pear.php.net/package/PHP_CodeSniffer/ [phpcs-psr]: https://github.com/klaussilveira/phpcs-psr [phpcsfixer]: http://cs.sensiolabs.org/ +