Skip to content

Instantly share code, notes, and snippets.

View bryce-mcmath's full-sized avatar
🦉

Bryce McMath bryce-mcmath

🦉
  • Quartech
  • Victoria, BC
View GitHub Profile
@bryce-mcmath
bryce-mcmath / README.md
Last active June 25, 2020 03:36
Handy readme template

Project Title

Short blurb about what your project does.

[![NPM Version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Downloads Stats][npm-downloads]][npm-url]

@bryce-mcmath
bryce-mcmath / clean_code.md
Created December 4, 2021 23:49 — forked from cedrickchee/clean_code.md
Summary of "Clean Code" by Robert C. Martin

Summary of "Clean Code" by Robert C. Martin

A summary of the main ideas from the "Clean Code: A Handbook of Agile Software Craftsmanship" book by Robert C. Martin (aka. Uncle Bob).

Code is clean if it can be understood easily – by everyone on the team. Clean code can be read and enhanced by a developer other than its original author. With understandability comes readability, changeability, extensibility and maintainability.


General rules