diff --git a/quotes.js b/quotes.js index 9fb9d83..7cafdd3 100644 --- a/quotes.js +++ b/quotes.js @@ -244,7 +244,73 @@ export default [ quote: "The seeking of knowledge is obligatory for every Muslim.", author: "Prophet Muhammad ﷺ", submitter: "@Rahad-Ullah", + }, + { + quote: "If we want users to like our software, we should design it to behave like a likable person.", + author: "Alan Cooper", + submitter: "@saakeeb", + }, + { + quote: "Quality is a product of a conflict between programmers and testers.", + author: "Yegor Bugayenk", + submitter: "@saakeeb", + }, + { + quote: "Everybody should learn to program a computer because it teaches you how to think.", + author: "Steve Jobs", + submitter: "@saakeeb", + }, + { + quote: "I taught myself how to program computers when I was a kid, bought my first computer when I was 10, and sold my first commercial program when I was 12.", + author: "Elon Musk", + submitter: "@saakeeb", + }, + { + quote: "When I wrote this code, only God and I understood what I did. Now only God knows.", + author: "Anonymous", + submitter: "@saakeeb", + }, + { + quote: "Programmer, A machine that turns coffee into code.", + author: "Anonymous", + submitter: "@saakeeb", + }, + { + quote: "Software comes from heaven when you have good hardware.", + author: "Ken Olsen", + submitter: "@saakeeb", + }, + { + quote: "There is always one more bug to fix.", + author: "Ellen Ullman", + submitter: "@saakeeb", + }, + { + quote: "If debugging is the process of removing bugs, then programming must be the process of putting them in.", + author: "Sam Redwine", + submitter: "@saakeeb", + }, + { + quote: "Talk is cheap. Show me the code.", + author: "Linus Torvalds", + submitter: "@saakeeb", + }, + { + quote: "Sometimes it pays to stay in bed on Monday, rather than spending the rest of the week debugging Monday’s code.", + author: "Dan Salomon", + submitter: "@saakeeb", + }, + { + quote: "If, at first, you do not succeed, call it version 1.0.", + author: "Khayri R.R. Woulfe", + submitter: "@saakeeb", + }, + { + quote: "Computers are fast; developers keep them slow.", + author: "Anonymous", + submitter: "@saakeeb", } + // Add more quotes above this line... ];