-
Hi there!
I just setup [CakePHP Sniff + PHP CodeSniffer + Eclipse](http://blog.zot24.com/2014/02/22/how-to-codesniffer-cakephp-code-with-eclipse/) and realise that there are part of the code that doe…
zot24 updated
10 years ago
-
Indentation is not used properly in more than one class , like : UserEntity and UserController classes.
-
Single-column stacking of parameters or exceptions is discouraged in most cases, unless the column is wide enough. While such stacking improves the list of parameters/exceptions, it may not outweigh t…
-
Generally for new projects we are going with create-react-apps eslint rules. These are rather lax rules. Would it make sense to keep those or have something more strict. For example, should we enforce…
-
Started reading the source code ...
What coding standard should I follow?
Could it be PSR-12?
[_a useful frankenstein_](https://github.com/szepeviktor/phpcs-psr-12-neutron-hybrid-ruleset)
-
```
Hi,
It is great to see pChart is forked. However, as I ever told original
author, pChart code does not comply to PHP coding standard which requires
+ Namespace should be in lowercase
+ Class nam…
-
Check coding standards against googles:
https://google.github.io/styleguide/jsguide.html
https://google.github.io/styleguide/htmlcssguide.html
-
As mentioned [here](https://github.com/HubTurbo/HubTurbo/issues/669#issuecomment-109204570), coding standards should follow TEAMMATES', which is a further-customised variant of Google's.
This issue e…
-
Imposing and describing coding standards could lead to a readable and consistent code base and could make the process of contributing a patch easier for external developers. Existing PHP coding standa…
-
Name conventions, use of name spaces, etc.
I don't have a lot of opinions about this, happy to choose my favorites, or accommodate to others' choices, but we should specify the points, so we can conf…