From 2fb03a402713e329bf693686e32760095197166a Mon Sep 17 00:00:00 2001 From: sakib-devxhub Date: Tue, 8 Oct 2024 23:35:37 +0600 Subject: [PATCH 1/4] feat: added 4 quote --- quotes.js | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/quotes.js b/quotes.js index 9fb9d83..5bf1c2c 100644 --- a/quotes.js +++ b/quotes.js @@ -244,6 +244,26 @@ 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", } // Add more quotes above this line... From 83ed60598eda1fcc87a7e9e7ba4ea67b0ccd07fa Mon Sep 17 00:00:00 2001 From: sakib-devxhub Date: Tue, 8 Oct 2024 23:40:09 +0600 Subject: [PATCH 2/4] feat: added 3 quote --- quotes.js | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/quotes.js b/quotes.js index 5bf1c2c..0a61da1 100644 --- a/quotes.js +++ b/quotes.js @@ -264,7 +264,33 @@ export default [ 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: "Programmer, A machine that turns coffee into code.", + author: "Anonymous", + submitter: "@saakeeb", } +There is always one more bug to fix. – Ellen Ullman +If debugging is the process of removing bugs, then programming must be the process of putting them in. – Sam Redwine +Talk is cheap. Show me the code. ― Linus Torvalds +Sometimes it pays to stay in bed on Monday, rather than spending the rest of the week debugging Monday’s code. – Dan Salomon +If, at first, you do not succeed, call it version 1.0. ― Khayri R.R. Woulfe +Computers are fast; developers keep them slow. – Anonymous // Add more quotes above this line... ]; From 3f4df01884cfb136b30bf5207627ded055b578f5 Mon Sep 17 00:00:00 2001 From: sakib-devxhub Date: Tue, 8 Oct 2024 23:42:47 +0600 Subject: [PATCH 3/4] feat: added 4 quote --- quotes.js | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/quotes.js b/quotes.js index 0a61da1..ba07df2 100644 --- a/quotes.js +++ b/quotes.js @@ -281,15 +281,30 @@ export default [ submitter: "@saakeeb", }, { - quote: "Programmer, A machine that turns coffee into code.", - author: "Anonymous", + 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", } -There is always one more bug to fix. – Ellen Ullman -If debugging is the process of removing bugs, then programming must be the process of putting them in. – Sam Redwine -Talk is cheap. Show me the code. ― Linus Torvalds -Sometimes it pays to stay in bed on Monday, rather than spending the rest of the week debugging Monday’s code. – Dan Salomon + + + + If, at first, you do not succeed, call it version 1.0. ― Khayri R.R. Woulfe Computers are fast; developers keep them slow. – Anonymous // Add more quotes above this line... From 56076b74383bcdc915b11c83ab9b6077b52a154b Mon Sep 17 00:00:00 2001 From: sakib-devxhub Date: Tue, 8 Oct 2024 23:44:23 +0600 Subject: [PATCH 4/4] feat: added 2 quote --- quotes.js | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/quotes.js b/quotes.js index ba07df2..7cafdd3 100644 --- a/quotes.js +++ b/quotes.js @@ -299,13 +299,18 @@ export default [ 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", } - - - - -If, at first, you do not succeed, call it version 1.0. ― Khayri R.R. Woulfe -Computers are fast; developers keep them slow. – Anonymous + // Add more quotes above this line... ];