Skip to content

Instantly share code, notes, and snippets.

View Atrus7's full-sized avatar

Christopher Findeisen Atrus7

View GitHub Profile
@Atrus7
Atrus7 / keybase.md
Last active December 22, 2016 18:46
KeybaseIdentity

Keybase proof

I hereby claim:

  • I am Atrus7 on github.
  • I am cfindeisen (https://keybase.io/cfindeisen) on keybase.
  • I have a public key whose fingerprint is BB32 E4FF 0A81 DA76 E809 D5A7 74A6 E91E 8DCB 3BB0

To claim this, I am signing this object:

@Atrus7
Atrus7 / Coding Rules.markdown
Last active August 29, 2015 14:05
to live by and aspire to

Coding Rules

Based upon Robert C. Martin's book Clean Code.

Basics

Avoid being clever and implicit whenever possible.

Don't forget to refactor. You aren't done coding if your code isn't clean.

Naming

Naming things is cheap--have DESCRIPTIVE NAMES. It should read as close to natural language as possible, avoiding abbrev. and in-house language when possible.