Last active
January 3, 2021 09:02
-
-
Save Amitpatil215/3ffe0091c06f7b8547354ef089a0a6cf to your computer and use it in GitHub Desktop.
Some Quotes for Programmers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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