#
code-standards
Here are 20 public repositories matching this topic...
SOLID Principles - simple and easy explanation
-
Updated
Nov 13, 2019 - PHP
A flake8 extension that checks classes attributes order
-
Updated
May 18, 2020 - Python
jayato3
commented
Jan 25, 2018
The examples under https://github.com/o3world/o3w-frontend-guidelines#rule-structure show a line break after @entend and @include. Is this necessary? IMO, it makes these statements feel disconnected from the other styles even though they're all connected to the same element.
flake8 plugin for validation of function parameters (length, complexity, etc)
-
Updated
May 18, 2020 - Python
Melevir
commented
May 4, 2020
Expression complexity should be integer, in code and in error text. Now it is float.
Code Style Guide / Code Conventions
-
Updated
Mar 1, 2020 - JavaScript
A laravel scaffolding that includes debugbar, ide-helper and .php_cs configurations.
-
Updated
Mar 30, 2020 - PHP
SonarQube PHP file example.
sonarqube
code-quality
vulnerabilities
bugs
code-smells
vulnerability-scanners
sonarqube-scanner
code-standards
-
Updated
May 2, 2018
Guidelines to produce clean and maintainable Python code
-
Updated
May 18, 2020
Smart Gamma quality toolkit: IDE Code Style for Smart Gamma Symfony projects
-
Updated
Jun 17, 2018
An opinionated set of linting and build configurations for typescript projects to build modern, maintainable TypeScript projects.
-
Updated
May 6, 2020
Dirty code, use for tutorial.
-
Updated
Mar 15, 2019 - Java
-
Updated
Apr 9, 2020
our code standards
-
Updated
Jun 7, 2017 - JavaScript
A collection of snippets we use to help enforce certain coding standards.
-
Updated
May 27, 2017 - Shell
Open
Add tech stack page
1
A shared working repository for team projects.
github
project-planning
bioinformatics
reproducible-research
coding-standards
project-management
code-standards
-
Updated
May 21, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the code-standards topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the code-standards topic, visit your repo's landing page and select "manage topics."
Currently the GlobalNamespaceImportFixer tries to import classes from phpdoc annotations, even if they aren't actually used in the code. This is an issue when your coding style dictates that you always use FQCNs in doc blocks only. I don't want it to use the imported class name or import unnecessary classes.
Ideally, it would also have an option to rewrite it to use the FQCN, but that shoul