-
What code standards should be followed?
-
- is python the preferred language?
- adding more tutorial resources?
- example of code that can be linked?
- tutorial / section about testing code (pytest etc.)
-
https://docs.zen-cart.com/dev/contributing/coding_standards/
Should this not be beefed up to actually state what **should** be done as a routine cleanup when a file is touched for a "real" reason.
E…
-
Let's establish some coding standards as the current code base is getting horrific.
The current proposal is visible at:
https://github.com/MrMEEE/bumblebee/wiki/Coding-Standards
Please discuss befor…
-
As an open-source project, I think it's very poor form to assert the company's internal (and quirky) coding standards... I kinda feel this should be reformatted to use the idiomatic D standard.
Opinio…
-
Decide on the matter of coding standards.
I suggest following this http://nodeguide.com/style.html
-
The project uses mixed coding standards:
- some files have an indentation of 2 spaces, some 4
- vertical spacing is not followed consistently
- comments formatting is not followed consistently
- C…
-
The code right now is not written according to the latest **ES2024** code standards. Alternatively, upgrading the codes to TypeScript can also be a wise move.
**For Reference:** [https://github.com…
-
Amire van [drupalos coding standard][drupal-coding-standards] ott használjuk azt (beleértve css, js, stb.)? Van esetleg más javaslat, igény?
Van más hasonló dolog, amiben meg kéne egyezni, mielőtt …
Endyl updated
6 years ago
-
This isn't a project on the scale of something like Linux or *BSD, but we should have some standard of coding style enforced on submitted code (camel-case, curly brace placement, tabs vs. spaces). The…