-
I'm used to using 4 spaces for tab delimitation in Python. It looks like we're using 2. Does anyone else have a preference?
-
We should adapt a standard coding standard which will enforce the guidelines for things like file names , code-formatting, directory structure etc.
PHP officially advises the use of PSR standards. M…
-
Hey, I would recommend you use coding standards for python that would be [pep8](https://peps.python.org/pep-0008/), you have some [constants](https://peps.python.org/pep-0008/#constants) in your code …
-
Create a coding standard similar to Dr. Leverington's "GUR"
We can keep it simple but just have some basic list of standards.
Either a .txt or .md
suggested path:
~/Docs/
-
This is a sub-issue of #2360 (Add content to the Contributor's Guide).
## Describe the Sub-Issue ##
A Contributor's Guide outline was created with the [Create outline for a MET Contributor's Guide #1…
-
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…
-
Apply all across repos [feross/standard](https://github.com/feross/standard), or if you want more customizable and semicolons [sindresorhus/xo](https://github.com/sindresorhus/xo) ?
-
npm run browser-build
npm test
inline doc -> README.md
tests
compatibility
jsdoc3
snippets
-
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…
-
PHP code should be in PSR2