Motivational Quotes for Developers Websotry
Motivation is always required whenever we are tired mentally or physically, As a Developer time we completely get frustrated at that moment we should read or listen to some motivational lines.
Definitely, you like to read it:-
1) “It’s hard enough to find an error in your code when you’re looking for it; it’s even harder when you’ve assumed your code is error-free.” – Steve McConnell
2) “Every great developer you know got there by solving problems they were unqualified to solve until they actually did it.” – Patrick McKenzie
3) “Rules of Optimization: Rule 1: Don’t do it. Rule 2 (for experts only): Don’t do it yet.” – Michael A. Jackson
4) “No one in the brief history of computing has ever written a piece of perfect software. It’s unlikely that you’ll be the first.” – Andy Hunt
5) “One of the best programming skills you can have is knowing when to walk away for a while.” – Oscar Godson
6) “We build our computer (systems) the way we build our cities: over time, without a plan, on top of ruins.” – Ellen Ullman
7) “The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.” – Tom Cargill
8) “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?” Improve the code and then document it to make it even clearer.” – Steve McConnell
9) “One of my most productive days was throwing away 1000 lines of code.” – Ken Thompson
10) The computer was born to solve problems that did not exist before.” – Bill Gates
11) Don't comment on bad code - rewrite it.
12) Sometimes it pays to stay in bed on Monday, rather than spending the rest of the week debugging Monday's code.
13) Without requirements or design, programming is the art of adding bugs to an empty text file.
14) One main scrappy software is another man's full-time job.
15) Walking on water and developing software from a specification are easy if both are frozen.
16) Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.
17) I don't care if it works on your machine! We are not shipping your machine!
18) If de-budding is the process of removing software bugs, then programming must be the process of putting them in.
19) The computer was born to solve problems that did not exist before.
20) Real programmers don't comment on their code. If it was hard to write, it should be hard to understand.
21) Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
22) First, solve the problem. Then, write the code.
23) Experience is the name everyone gives to their mistakes.
24) Fix the cause, not the symptom
25) Before software can be reusable it first has to be usable