Skip to content

Instantly share code, notes, and snippets.

View markotsoi's full-sized avatar

Marko Tsoi markotsoi

  • Brisbane, Queensland
View GitHub Profile
@markotsoi
markotsoi / quote.txt
Created March 7, 2019 21:54 — 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