-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathquotes.json
More file actions
30 lines (30 loc) · 830 Bytes
/
Copy pathquotes.json
File metadata and controls
30 lines (30 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[
{
"text": "First, solve the problem. Then, write the code.",
"author": "John Johnson"
},
{
"text": "The best error message is the one that never shows up.",
"author": "Thomas Fuchs"
},
{
"text": "Programs must be written for people to read, and only incidentally for machines to execute.",
"author": "Harold Abelson"
},
{
"text": "The only way to learn a new programming language is by writing programs in it.",
"author": "Dennis Ritchie"
},
{
"text": "Code is like humor. When you have to explain it, it's bad.",
"author": "Cory House"
},
{
"text": "Make it work, make it right, make it fast.",
"author": "Kent Beck"
},
{
"text": "The most disastrous thing that you can ever learn is your first programming language.",
"author": "Alan Kay"
}
]