Choose language

Forgot your password?

Need a Spoofbox account? Create one for FREE!

No subscription or hidden extras

Login

#programming

Read through the most famous quotes by topic #programming




After graduating in 1973 I went into the programming field.


W. Richard Stevens


#field #graduating #i #into #programming

However, when Java is promoted as the sole programming language, its flaws and limitations become serious.


Bjarne Stroustrup


#flaws #however #java #language #limitations

I don't have any focus groups on talent and programming. If I need five people in a mall to be paid $40 to tell me how to do my job, I shouldn't do my job.


Roger Ailes


#five #focus #focus groups #groups #how

The best book on programming for the layman is "Alice in Wonderland"; but that's because it's the best book on anything for the layman.


Alan Perlis


#anything #because #best #book #layman

Programming is the art of doing one thing at a time


Michael Feathers


#art

The best programs are written so that computing machines can perform them quickly and so that human beings can understand them clearly. A programmer is ideally an essayist who works with traditional aesthetic and literary forms as well as mathematical concepts, to communicate the way that an algorithm works and to convince a reader that the results will be correct.


Donald E. Knuth


#programming #communication

The issue of finding the best possible answer or achieving maximum efficiency usually arises in industry only after serious performance or legal troubles.


Steven S. Skiena


#design

That doesn't upset too many people, but the fact that accessibility restrictions don't enter into the picture has caused more than one otherwise pacifistic soul to contemplate distinctly unpacifistic actions.


Scott Meyers


#funny #nerdy #programming #design

Immutable objects are simple. They can only be in one state, which is carefully controlled by the constructor. One of the most difficult elements of program design is reasoning about the possible states of complex objects. Reasoning about the state of immutable objects, on the other hand, is trivial. Immutable objects are also safer. Passing a mutable object to untrusted code, or otherwise publishing it where untrusted code could find it, is dangerous — the untrusted code might modify its state, or, worse, retain a reference to it and modify its state later from another thread. On the other hand, immutable objects cannot be subverted in this manner by malicious or buggy code, so they are safe to share and publish freely without the need to make defensive copies.


Brian Goetz


#java #programming #design

It is far easier to design a class to be thread-safe than to retrofit it for thread safety later.


Brian Goetz


#java #programming #design






back to top