Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 66 additions & 0 deletions quotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -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...
];