Skip to content

Instantly share code, notes, and snippets.

@Amitpatil215
Last active January 3, 2021 09:02
Show Gist options
  • Select an option

  • Save Amitpatil215/3ffe0091c06f7b8547354ef089a0a6cf to your computer and use it in GitHub Desktop.

Select an option

Save Amitpatil215/3ffe0091c06f7b8547354ef089a0a6cf to your computer and use it in GitHub Desktop.
Some Quotes for Programmers
List<String> _quotes = [
"Don't comment bad code, rewrite it. - Brian Kernighan",
"First, solve the problem. Then, write the code. – John Johnson",
"In order to be irreplaceable, one must always be different – Coco Chanel",
"Perfection is achieved not when there is nothing more to add, but rather when there is nothing more to take away",
"Code is like humor. When you have to explain it, it’s bad. – Cory House",
"Fix the cause, not the symptom. – Steve Maguire ",
"Optimism is an occupational hazard of programming: feedback is the treatment. Kent Beck",
"Simplicity is the soul of efficiency. – Austin Freeman",
"Before software can be reusable it first has to be usable. – Ralph Johnson",
"Make it work, make it right, make it fast. – Kent Beck",
];
/// This gist is referenced under the youtube description.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment