UNIX is simple. But It just needs a genius to understand its simplicity.
--Dennis Ritchie
Before software can be reusable, it first has to be usable.
--Ralph Johnson
Good judgment comes from experience, and experience comes from bad judgment..
--Fred Brooks
Theory is when you know something, but it doesn't work.
Practice is when something works, but you don't know why it works.
Programmers combine theory and practice: Nothing works and they don't
know why.
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 Code Complete
If builders built buildings the way programmers wrote programs, then the
first woodpecker that came along would destroy civilization.
-Gerald Weinberg
The Six Phases of a Project:
Enthusiasm
Disillusionment
Panic
Search for the Guilty
Punishment of the Innocent
Praise for non-participants
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 Code Complete
The trouble with the world is that the stupid are sure and the
intelligent are full of doubt.
--Bertrand Russell
No matter how slick (efficient) the demo is in rehearsal,
when you do it in front of a live audience
the probability of a flawless presentation
is inversely proportional to the number of people watching,
raised to the power of the amount of money involved.
One of the main causes of the fall of the
lacking zero, they had no way to indicate successful termination of
their C programs.
--Robert Firth
Fifty years of programming language research and we end up with C++?
--Richard A. O'Keefe
C programmers never die. They are just cast into void.
If debugging is the process of removing bugs,
then programming must be the process of putting them in.
--Edsger Dijkstra
You can either have software quality or you can have pointer arithmetic;
you cannot have both at the same time.
--(Bertrand Meyer)
(Thoughtful Ones...)
There are two ways to write error-free programs; only the third works..
--Alan J. Perlis
Measuring programming progress by lines of code is like measuring
aircraft building progress by weight.
--Bill Gates
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
Programmers are in a race with the Universe to create bigger and better
idiot-proof programs
The Universe is trying to create bigger and better idiots.
So far the Universe is winning.
--Anon
Here are some interesting questions that Google asks you when you try a position in Google . I am not sure how legitimate they are, but here are a few for your amusement 1. How many golf balls can fit in a school bus? 2. You are shrunk to the height of a nickel and your mass is proportionally reduced so as to maintain your original density. You are then thrown into an empty glass blender. The blades will start moving in 60 seconds. What do you do? 3. How much should you charge to wash all the windows in Seattle? 4. How would you find out if a machine’s stack grows up or down in memory? 5. Explain a database in three sentences to your eight-year-old nephew. 6. How many times a day does a clock’s hands overlap? 7. You have to get from point A to point B. You don’t know if you can get there. What would you do? 8. Imagine you have a closet full of shirts. It’s very hard to find a shirt. So what can you do to organize your shirts for easy retrieval? 9. Every man ...
Comments