-
Where are you using Counter class in App.js. How you are validating the code functionality?
Try to update ReadMe related to your work and design.
-
```
Rewrite code and comments to adapt Python Conventions according to PEB 8:
Code: http://www.python.org/dev/peps/pep-0008/
DOC-style: http://www.python.org/dev/peps/pep-0257/
```
Original issue rep…
-
It would be nice to have a CONTRIBUTING.md document to define the process for contributing new changes to this project.
Some things that we could document include:
- bash coding standards. Whet…
-
**Motivation**
As a software development team member, I want to establish automated code quality checks in our CI/CD pipeline, so that we can ensure our codebase adheres to best practices, maintains …
-
Follow java coding standards, it can be anything but I did provide one during Lecture 1. Specific example for this submission being that package names should be lower case.
-
We will need a coding standard to use with the review checklist
-
I don't see any tests at the moment, are there plans to implementing them?
Also is there any plan to add coding standard checks? If so I could help setting up [GrumPHP](https://github.com/phpro/gru…
-
This should be a issue for discussing a coding standard. I make a proposal trying to follow the current style.
## Naming conventions
- Class names are **PascalCase** and start with an uppercase le…
ghost updated
5 years ago
-
My suggestion is PSR-1 through PSR-4... I would be happy to send a pull request for this, but I would like to know if that sort of thing would be merged before doing the bit of work involved.
-
Kind of a general issue, but the plugin should follow the established [WP Coding Standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/), which provides general guidance …