Jump to content
Sign in to follow this  
Mhalicot

[Share] Inspiring quotes :)

Recommended Posts

“ 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
“ If debugging is the process of removing software bugs, then programming must be the process of putting them in. ” 
- Edsger Dijkstra
“ Walking on water and developing software from a specification are easy if both are frozen. ” 
- Edward V Berard
“ 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. ” 
- Brian Kernighan
“ It's not at all important to get it right the first time. It's vitally important to get it right the last time. ” 
- Andrew Hunt and David Thomas
“ First, solve the problem. Then, write the code. ” 
- John Johnson
“ Should array indices start at 0 or 1? My compromise of 0.5 was rejected without, I thought, proper consideration. ” 
- Stan Kelly-Bootle
“ Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. ” 
- Rick Osborne
“ Any fool can write code that a computer can understand. Good programmers write code that humans can understand. ” 
- Martin Fowler
“ Software sucks because users demand it to. ” 
- Nathan Myhrvold
“ Linux is only free if your time has no value. ” 
- Jamie Zawinski
“ Beware of bugs in the above code; I have only proved it correct, not tried it. ” 
- Donald Knuth
“ There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code. ” 
- Flon's Law
“ 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
“ 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
“ Programs must be written for people to read, and only incidentally for machines to execute. ” 
- Abelson / Sussman
“ Programming can be fun, so can cryptography; however they should not be combined. ” 
- Kreitzberg and Shneiderman
“ Copy and paste is a design error. ” 
- David Parnas
“ Before software can be reusable it first has to be usable. ” 
- Ralph Johnson
“ Without requirements or design, programming is the art of adding bugs to an empty text file. ” 
- Louis Srygley
“ When someone says, "I want a programming language in which I need only say what I want done," give him a lollipop. ” 
- Alan Perlis
“ Computers are good at following instructions, but not at reading your mind. ” 
- Donald Knuth
“ Any code of your own that you haven't looked at for six or more months might as well have been written by someone else. ” 
- Eagleson's law
 
Do you have one (or more) Inspirational quotes?  feel free to share them :)
Which one did you love the most?

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.