Skip to content

ratehub/code-style

Folders and files

NameName
Last commit message
Last commit date
Jul 24, 2023
Jul 27, 2022
Jun 13, 2024
Jul 24, 2023
Aug 9, 2018
Jun 13, 2024
Dec 15, 2023
Jul 25, 2022
Jul 24, 2023
May 9, 2018
May 10, 2018
Apr 11, 2024
Mar 2, 2023

Repository files navigation

RateHub Coding Style Guide

An opinionated style guide which aims to improve readability and maintainability of code within RateHub

Goals

  • attempt to follow idiomatic practices and style patterns of a particular language/ecosystem.
  • proactively improve maintainability of code by looking for known anti-patterns or "hacky" solutions.
  • reduce time to understand a file by enforcing a shared style within a code base.
  • encourage developers to find simple, maintainable solutions to problems.

Layout

Each folder contains a listing of the rules chosen, and some background about why it is seen as undesirable