Skip to content

cheatcodemedia/code-standards

Repository files navigation

CheatCode Media Group Coding Standards

This repository serves as a list of standards, guides and practices we stick to for open and closed source projects at CheatCode.

Language Rules

Java

We use Google's Java style guide.

JavaScript

We use AirBnB's JavaScript style guide (and ESLint for linting).

PHP

We use PHP-FIG's PSR-12 PHP style guide.

Go

We use Go's own "Effective Go" guide as a style guide.

Git Commits

We use the standard for commits seen at https://www.conventionalcommits.org/

Software Versioning

We use a semantic versioning system. Simply put, the software version should look like: <Major>.<Minor>.<Patch>.

About

CheatCode's Coding Standards

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published