Advertisement
Guest User

Untitled

a guest
Dec 28th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.45 KB | None | 0 0
  1. Beautiful is better than ugly. -- The Zen of Python, by Tim Peters
  2. Explicit is better than implicit. -- The Zen of Python, by Tim Peters
  3. Simple is better than complex. -- The Zen of Python, by Tim Peters
  4. Complex is better than complicated. -- The Zen of Python, by Tim Peters
  5. Flat is better than nested. -- The Zen of Python, by Tim Peters
  6. Sparse is better than dense. -- The Zen of Python, by Tim Peters
  7. Readability counts. -- The Zen of Python, by Tim Peters
  8. Special cases aren't special enough to break the rules. -- The Zen of Python, by Tim Peters
  9. In the face of ambiguity, refuse the temptation to guess. -- The Zen of Python, by Tim Peters
  10. There should be one-- and preferably only one --obvious way to do it. -- The Zen of Python, by Tim Peters
  11. Although that way may not be obvious at first unless you're Dutch. -- The Zen of Python, by Tim Peters
  12. Now is better than never. -- The Zen of Python, by Tim Peters
  13. Although never is often better than *right* now. -- The Zen of Python, by Tim Peters
  14. If the implementation is hard to explain, it's a bad idea. -- The Zen of Python, by Tim Peters
  15. If the implementation is easy to explain, it may be a good idea. -- The Zen of Python, by Tim Peters
  16. Namespaces are one honking great idea -- let's do more of those! -- The Zen of Python, by Tim Peters
  17.  
  18. A programming language is low level when its programs require attention to the irrelevant. -- Alan J. Perlis.
  19. Don’t worry if it doesn’t work right. If everything did, you’d be out of a job. -- Mosher’s Law of Software Engineering
  20. I think Microsoft named .Net so it wouldn’t show up in a Unix directory listing. -- Oktal
  21. Fine, Java MIGHT be a good example of what a programming language should be like. But Java applications are good examples of what applications SHOULDN’T be like. -- pixadel
  22. Talk is cheap. Show me the code. -- Linus Torvalds
  23. In theory, theory and practice are the same. In practice, they’re not. -- Yoggi Berra
  24. Perl – The only language that looks the same before and after RSA encryption. -- Keith Bostic
  25. I invented the term 'Object-Oriented', and I can tell you I did not have C++ in mind. -- Alan Kay
  26. If McDonalds were run like a software company, one out of every hundred Big Macs would give you food poisoning, and the response would be, ‘We’re sorry, here’s a coupon for two more.’ -- Mark Minasi
  27. Measuring programming progress by lines of code is like measuring aircraft building progress by weight. -- Bill Gates
  28. 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 W. Kernighan.
  29. Most good programmers do programming not because they expect to get paid or get adulation by the public, but because it is fun to program. -- Linus Torvalds
  30. Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Martin Golding
  31. “There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious eficiencies. -- C.A.R. Hoare
  32. Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to build bigger and better idiots. So far, the universe is winning. -- Rick Cook
  33. Walking on water and developing software from a specification are easy if both are frozen. -- Edward V Berard
  34. In the one and only true way. The object-oriented version of 'Spaghetti code' is, of course, 'Lasagna code'. (Too many layers). -- Roberto Waltman.
  35. Perfection [in design] is achieved, not when there is nothing more to add, but when there is nothing left to take away. -- Antoine de Saint-Exupéry
  36.  
  37. Programmers are tools for converting caffeine into code.
  38. See daddy ? All the keys are in alphabetical order now.
  39. Life would be so much easier if we only had the source code.
  40. My software never has bugs. It just develops random features.
  41. The great thing about Object Oriented code is that it can make small, simple problems look like large, complex ones.
  42. Unix is user-friendly. It's just very selective about who its friends are.
  43. Difference between a virus and windows ? Viruses rarely fail.
  44. If debugging is the process of removing bugs, then programming must be the process of putting them in.
  45. Hardware: The parts of a computer system that can be kicked.
  46.  
  47. Dear auto-correct, please stop changing my rude words into nice ones, you piece of shut!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement