-
Notifications
You must be signed in to change notification settings - Fork 3
/
quotes.json
50 lines (50 loc) · 1.55 KB
/
quotes.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[{
"id": "0",
"author": "Brendan Eich",
"quote": "JavaScript had to ‘look like Java’ only less so, be Java's dumb kid brother or boy-hostage sidekick. Plus, I had to be done in ten days or something worse than JavaScript would have happened."
},
{
"id": "1",
"author": "Douglas Crockford",
"quote": "People will always want to do stupid things, and luckily for those people, there's JSHint"
},
{
"id": "2",
"author": "Jens Ohlig",
"quote": "JavaScript is to Java as hamster is to ham."
},
{
"id": "3",
"author": "Tim O'Reilly",
"quote": "Learning JavaScript used to mean you weren't a serious software developer. Today, not learning Javascript means the same thing."
},
{
"id": "4",
"author": "Alan Perlis",
"quote": "Too much syntactic sugar causes cancer of the semi-colon."
},
{
"id": "5",
"author": "Nick Ashley",
"quote": "JavaScript: where forgetting the occasional semicolon isn't necessarily the end of the world."
},
{
"id": "6",
"author": "Jeremy Foster",
"quote": "Every developer loves and hates JavaScript a little bit."
},
{
"id": "7",
"author": "Douglas Crockford",
"quote": "I now see my early attempts to support the classical model in JavaScript as a mistake."
},
{
"id": "8",
"author": "Jeff Atwood",
"quote": "Any application that can be written in JavaScript, will eventually be written in JavaScript."
},
{
"id": "9",
"author": "James Coglan",
"quote": "‘Should Google be able to find this?’ is a pretty good yardstick for whether you should render something with JS or not."
}]