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




Now, it's my belief that Python is a lot easier than to teach to students programming and teach them C or C++ or Java at the same time because all the details of the languages are so much harder. Other scripting languages really don't work very well there either.


Guido van Rossum


#belief #details #easier #either #harder

The second stream of material that is going to come out of this project is a programming environment and a set of programming tools where we really want to focus again on the needs of the newbie. This environment is going to have to be extremely user-friendly.


Guido van Rossum


#come #environment #extremely #focus #going

Through educational programming, Jewish American History Month will help raise the awareness of a people, their history and contributions. It will help combat anti-Semitism, a phenomenon that is on the rise and that unfortunately still exists in our Nation.


Jan Schakowsky


#american history #anti-semitism #awareness #combat #contributions

I don't ever know where I'm going. Because one of the wonderful things about writing, which is different than working in programming, you don't need to know. You could just write and discover where you're going. And it's a great deal of fun.


Walter Mosley


#because #could #deal #different #discover

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

We see a lot of feature-driven product design in which the cost of features is not properly accounted. Features can have a negative value to customers because they make the products more difficult to understand and use. We are finding that people like products that just work. It turns out that designs that just work are much harder to produce that designs that assemble long lists of features.


Douglas Crockford


#philosophy #programming #simplicity #software-development #design

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