7
Things to remember

Thinks to remember

Embed Size (px)

Citation preview

Page 1: Thinks to remember

Things to remember

Page 2: Thinks to remember

“Any fool can write code that a computer can understand. Good

programmers write code that humans can understand.”

Martin Fowler

Page 3: Thinks to remember

“ 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

Page 4: Thinks to remember

“ 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

Page 5: Thinks to remember

“We should forget about small efficiencies, say about 97% of the time: premature

optimization is the root of all evil.”C.A.R. Hoare, quoted by Donald Knuth

Page 6: Thinks to remember

"Develop your programs as if the guy which will maintain the code is a

sociopath that knows where you live."Anonymous

Page 7: Thinks to remember

References

0http://www.quotegarden.com/programming.html0http://www.marcofolio.net/tips/27_inspiring_top_no

tch_programming_quotes.html