Skip to content

Instantly share code, notes, and snippets.

View adamscharf's full-sized avatar

Adam Scharf adamscharf

  • Capital One
  • Richmond, VA
View GitHub Profile
@adamscharf
adamscharf / quote.txt
Created April 11, 2018 15:21 — forked from OnesimusUnbound/quote.txt
Programming Quotes
[T]he difference between a bad programmer and a
good one is whether he considers his code or his
data structures more important. Bad programmers
worry about the code. Good programmers worry about
data structures and their relationships.
-- Linus Torvalds
~~~
Clarity and brevity sometimes are at odds.
When they are, I choose clarity.
-- Jacob Kaplan-Moss