格言警句收集3-关于软件行业的思考

The important thing is not to stop questioning. Curiosity has its own reason for existing. One cannot help but be in awe when he contemplates the mysteries of eternity, of life, of the marvelous structure of reality. It is enough if one tries to comprehend a little of this mystery every day. Never lose a holy curiosity. --Albert Einstein

Programming is, among other things, a kind of writing. One way to learn writing is to write, but in all other forms of writing, one also reads. We read examples--both good and bad--to facilitate learning. --Gerald M. Weinberg

Human knowledge is by necessity incomplete. We cannot know in advance what we might be able to know and what might be essentially unknowable. But of one thing we can be sure: if we do not try to find things out, we shall never succeed. --Gerald M. Weinberg

"f u cn rd ths, u cn gt a gd jb n cmptr prgmmng." 

Anonymous

"Real programmers don't comment their code. If it was hard to write, it should be hard to understand." 

Anonymous

"Very good professional programmers are ten times as productive as poor ones." 

Anonymous Sackman, Erikson, and Grant

"Science is to computer science as hydrodynamics is to plumbing." 

Anonymous

"If you don't know how to do something, you don't know how to do it with a computer." 

Anonymous

"The first rule of debugging - the bug's always in your code, not the compiler." 

Anonymous

“Hacking through a project will get it done, but learning the why and how of a technology gives you information that will have an impact beyond the current situation.”/*知其然,更要知其所以然。*/

— Rachel Roumeliotis, Director of Content Strategy for Programming at O'Reilly Media

“Data is having an impact on business models and profitability. It’s hard to find a non-trivial application that doesn’t use data in a significant manner.”/*口说无凭。凭从哪来?数据!*/

— Ben Lorica, Director of Content Strategy for Data at O'Reilly Media

A computer program does what you tell it to do, not what you want it to do. --Unknown

First, solve the problem. Then, write the code. --John Johnson

Every piece of software written today is likely going to infringe on someone else's patent. --Miguel de lcaza

Computers make very fast, very accurate mistakes. --Unknown

Computers do not solve problems, they execute solutions. --Unknown

Weeks of coding can save you hours of planning. -- Unknown

In the future everyone will be famous for fifteen minutes. --Andy Warhol

In three words I can sum up everything I've learned about life: it goes on. --Robert Frost

Java is to Javascript what Car is to Carpet. --Chris Heilmann

Judge a man by his questions rather than by his answers. --Voltaire

Knowledge is power. --Francis Bacon

Linux is only free if your time has no value. --Jamie Zawinski

Measuring programming progress by lines of code is like measuring aircraf building progress by weight. --Bill Gates

When debugging, novices insert corrective code; experts remove defective code. --Richard Pattis

You can kill a man but you can't kill an idea. --Medgar Evers

You must have chaos in your soul to give birth to a dancing star. --Friedrich Nietzsche

One of the biggest problems that software developers face is that technology changes rapidly. It is very hard to stay current. --Vivek Wadhwa

It's okay to figure out murder mysteries, but you shouldn't need to figure out code. You should be able to read it. --Steve McConnell

A good way to stay flexible is to write less code. --Pragmatic Programmer

The best revenge is massive success. --Frank Sinatra

If you're going through hell, keep going. --Unknown

Success is not forever and failure isn't fatal. --Don Shula

Apparently there is nothing that can not happen today. --Mark Twain

The older I get, the more I believe that the only way to become a better programmer is by not programming. --Jeff Atwood

The proper use of comments is to compensate for our failure to express ourself in code. --Robert C. Martin

"Programs must be written for people to read, and only incidentally for machines to execute." 
Abelson and Sussman

 

猜你喜欢

转载自blog.csdn.net/CodingIsFun/article/details/84672852