Skip to content

Instantly share code, notes, and snippets.

View edward-ly's full-sized avatar

Edward Ly edward-ly

View GitHub Profile
@edward-ly
edward-ly / style.md
Last active December 18, 2019 05:41
Coding Style Guide

Coding Style Guide

This document serves as a reference regarding my coding style and conventions moving forward. This document will be continuously updated as I fix any typos, add or clarify content, or even change my style over time. As such, the style guidelines for previous projects may differ from the guidelines shown here.

Which Programming Languages Does This Guide Cover?

The following rules cover C/C++ and JavaScript, both of which I have used on a regular basis for the majority of my projects, and where I have developed my own style over time. For most other languages, I follow whichever style guides are standard for that language, such as the style guides for Ruby and Ruby on Rails.

Table of Contents