Skip to content

Commit f0578e3

Browse files
committed
Added 10 more quotes
1 parent 1f6cb1f commit f0578e3

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

src/quotes.ts

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,64 @@ const quotes: RawQuote[] = [
519519
authorName: 'Alan Kay',
520520
authorDescription: 'Computer Scientist',
521521
authorWiki: 'https://en.wikipedia.org/wiki/Alan_Kay'
522+
},
523+
{
524+
text: 'Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.',
525+
authorName: 'Martin Golding',
526+
authorDescription: 'Software Developer'
527+
},
528+
{
529+
text: "Programming is not about typing, it's about thinking",
530+
authorName: 'Rich Hickey',
531+
authorDescription: 'Software Developer',
532+
authorWiki: 'https://en.wikipedia.org/wiki/Rich_Hickey'
533+
},
534+
{
535+
text: 'Any fool can write code that a computer can understand. Good programmers write code that humans can understand',
536+
authorName: 'Martin Fowler',
537+
authorDescription: 'Software Developer',
538+
authorWiki: 'https://en.wikipedia.org/wiki/Martin_Fowler'
539+
},
540+
{
541+
text: 'Talk is cheap. Show me the code',
542+
authorName: 'Linus Torvalds',
543+
authorDescription: 'Software Developer',
544+
authorWiki: 'https://en.wikipedia.org/wiki/Linus_Torvalds'
545+
},
546+
{
547+
text: 'The computer was born to solve problems that did not exist before',
548+
authorName: 'Bill Gates',
549+
authorDescription: 'Entrepreneur',
550+
authorWiki: 'https://en.wikipedia.org/wiki/Bill_Gates'
551+
},
552+
{
553+
text: 'The amateur software engineer is always in search of magic',
554+
authorName: 'Grady Booch',
555+
authorDescription: 'Software Developer',
556+
authorWiki: 'https://en.wikipedia.org/wiki/Grady_Booch'
557+
},
558+
{
559+
text: 'The best designers will use many design patterns that dovetail and intertwine to produce a greater whole',
560+
authorName: 'Erich Gamma',
561+
authorDescription: 'Computer Scientist',
562+
authorWiki: 'https://en.wikipedia.org/wiki/Erich_Gamma'
563+
},
564+
{
565+
text: 'If it\'s not tested, it\'s broken',
566+
authorName: 'Bruce Eckel',
567+
authorDescription: 'Computer Scientist',
568+
authorWiki: 'https://en.wikipedia.org/wiki/Bruce_Eckel'
569+
},
570+
{
571+
text: 'Give users what they actually want, not what they say they want',
572+
authorName: 'Kathy Sierra',
573+
authorDescription: 'Software Developer',
574+
authorWiki: 'https://en.wikipedia.org/wiki/Kathy_Sierra'
575+
},
576+
{
577+
text: 'Debugging is like being the detective in a crime movie where you are also the murderer',
578+
authorName: 'Filipe Fortes',
579+
authorDescription: 'Software Developer'
522580
}
523581
]
524582

0 commit comments

Comments
 (0)