To put it bluntly, let alone:
(For this post, I decided to collect some of my favorite quotes related to the programming.
These programming quotes were made by some of the famous personalities in the IT industry.
So, without wasting any time, here are my 10 favorite programming quotes .)
-
- If debugging is the process of removing software bugs, then programming must be the process of putting them in.-edsger Dijkstra
-In the past few years, apart from putting bugs in, We also tried to write a bunch of useless tests to block bugs and cover them.
-
- The first 90% of the Code accounts for the first 90%
The development time. The remaining 10% of the Code accounts for
Other 90% of the development time.-Tom Cargill
-Write 10% of the timeCode20% of the time to write the remaining 10% of the Code, 10% of the time to write 90% of the test, 50% of the time to write the remaining 10% of the Code test, and 90% of the time to test, add 90% of the time to maintain 5% of the code written.
-
- "There are two ways of constructing a software design. One
Way is to make it so simple that there are obviusly no deficiencies.
And the other way is to make it so complicated that there are no obvious
Deficiencies. "-C. a.r. Hoare
-Two ways: no design (brainstorming) or waste (detailed design)
-
- Measuring programming progress by lines of code is like measuring aircraft building progress by weight.-Bill Gates
-It seems that the effort to perform multi-write testing is quite common.
-
- "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live."-Martin Golding
- "The trouble with programmers is that you can never tell what a programmer is doing until it's too late."-Seymour Cray
-It's always too late !!! So we run thousands of stupid tests every millisecond all day!
-
- Programming today is a race between software engineers
Striving to build bigger and better idiot-proof programs, and
Universe trying to produce bigger and better idiots. So far,
Universe is winning.-Rick cook
-Users' troubles
-
- "Most of you are familiar with the es of a programmer. There are three, of course: laziness, impatience, and hubris."-Larry Wall
-
- "Sometimes it pays to stay in bed on Monday, rather than spending the rest of the week debugging Monday's code."-Christopher Thompson
-It is best not to Pair Programming with him on Monday...
-
- Walking on water and developing software from a specification are easy if both are frozen.-Edward V berard
-Thanks to the Lord. Thanks to Ru LAI and Yu Huang, I also like programming.