-
Afspraken voor maken stylesheet
-
-
### My code conventions for this project
- Everything in EN
- 2 space tab indents
- BEM class naming
- Custom properties in global.css
- Work with components, stored in lib folder
- Building the site…
-
Semantic Convention tooling group is deprecating build-tools in favor of new code-generation tool - [weaver](https://github.com/open-telemetry/weaver), see https://github.com/open-telemetry/build-tool…
-
Since we manually edit the HTML, CSS, and JS here, we should decide on a preferred code style (indentation, line length, JS features to use/avoid, etc). The ones that can be enforced by Prettier shoul…
-
# User Story
As a Maintainer
I want to be able to easily find the correct code convention needed.
so, I can stay within the correct code conventions.
## Acceptance Criteria
- …
-
### Terms
- [X] I have searched [open and closed feature requests](https://github.com/scribe-org/Scribe-Android/issues?q=is%3Aissue+label%3Afeature)
- [X] I agree to follow Scribe-Android's [Code of …
-
It is very common in this codebase to avoid the first empty line separating the class declaration from the first fields or methods. However, this practice goes against the Java Code Conventions (JCC),…
-
While PHPCS currently has partial/limited support for sniff file includes of sniffs which do not comply with the PHPCS naming conventions (as outlined in the [Coding Standard Tutorial](https://github.…
jrfnl updated
4 hours ago
-
Cut and pasted from https://github.com/wikimedia/eslint-config-wikimedia/issues/564
-----
Using jQuery's .done() or .fail() instead of native JS promises .then() or catch():
1) contradicts th…