-
consolidate indentation/whitespace/linebreaks, etc.
- [x] follow/enforce [Symfony coding standards](https://github.com/djoos/Symfony-coding-standard) for PHP code
- [ ] use [ESLint](https://eslint…
-
Jag skulle föreslå att kursen följer någon kodstandard, både i C och Java, för att se till att koden blir tillräckligt strukturerad. Man bör åtminstone ha några exempel och rekommendationer för att un…
-
This provides a place to discuss the merits of choosing a coding standards reference to which we can adhere, as well as tools we may use to enforce it.
We currently use [Hound CI](https://houndci.com…
-
Which coding standards/PEP guides are you planning to adhere to.
As this is a python library aimed at python users(presumably) the [PEPs ](https://www.python.org/dev/peps/) would be a good place to s…
-
It appears that you have your setup working so that upon save it will check the drupal coding standards as well as syntax. Can you document the setup of that process?
-
OK, so looking at the code again now, I would want to do some of the code a little more tidy and readable, do some more comments, and be up to date with the latest Drupal coding standards. When we hav…
-
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…