Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Commit

Permalink
Added quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vernon committed Nov 11, 2016
1 parent 164015a commit 26eef4a
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions lib/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,17 @@ export default {
},

quotes: [
"Whatever the mind of man can conceive and believe, it can achieve – Napoleon Hill",
"A goal is a dream with a deadline. – Napoleon Hill",
"Nine people can’t make a baby in a month. – Fred Brooks",
"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. – Martin Golding",
"Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program. – Linus Torvalds",
"If you cannot do great things, do small things in a great way. – Napoleon Hill",
"Don't wait. The time will never be just right. – Napoleon Hill",
"Patience, persistence and perspiration make an unbeatable combination for success. – Napoleon Hill",
"The starting point of all achievement is desire. – Napoleon Hill",
"It is literally true that you can succeed best and quickest by helping others to succeed. – Napoleon Hill",
"When your desires are strong enough you will appear to possess superhuman powers to achieve. – Napoleon Hill",
"Most great people have attained their greatest success just one step beyond their greatest failure. – Napoleon Hill",
"Action is the real measure of intelligence. – Napoleon Hill"
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand. – Martin Fowler",
"Good code is its own best documentation. As you’re about to add a comment, ask yourself, ‘How can I improve the code so that this comment isn’t needed? – Steve McConnell",
"The most important property of a program is whether it accomplishes the intention of its user. – C.A.R. Hoare",
"Tests are stories we tell the next generation of programmers on a project. – Roy Osherove",
"Many people tend to look at programming styles and languages like religions: if you belong to one, you cannot belong to others. But this analogy is another fallacy – Niklaus Wirth",
"When something is important enough, you do it even if the odds are not in your favor – Elon Musk"
]

};

0 comments on commit 26eef4a

Please sign in to comment.