Programs today get very fat; the enhancements tend to slow the program down because people put in special checks. When they want to add some feature, they’ll just stick in these checks without thinking about how they might slow the... ...
programming Quotes
>
Filter Quotes
Random Quotes About programming
Learning to write programs stretches your mind, and helps you think better, creates a way of thinking about things that I think is helpful in all domains.
A great lathe operator commands several times the wage of an average lathe operator, but a great writer of software code is worth 10,000 times the price of an average software writer.
Another trick in software is to avoid rewriting the software by using a piece that's already been written, so called component approach which the latest term for this in the most advanced form is what's called Object Oriented Programming.
Certain teams are more careful in what they write. They generate less bugs. You can know that but it still doesn't mean there might be there might not be one bug that would be bad to ship the product with.
There's only one trick in software, and that is using a piece of software that's already been written.
When you program, you want to think you're writing the best possible program for the... for the task you're trying to solve.
The finest pieces of software are those where one individual has a complete sense of exactly how the program works. To have that, you have to really love the program and concentrate on keeping it simple, to an incredible degree.
You've got to be willing to read other people's code, then write your own, then have other people review your code.
Computers are great because when you're working with them you get immediate results that let you know if your program works. It's feedback you don't get from many other things.
The early personal computers were not very powerful so the idea of feeding their program into a small amount of memory requires immense skill.
Software is inherently complicated. If you say to somebody I want an airline reservation system, to really say what you want in terms of overbooking and fares, and different airlines communicating with each or schedule changes, it's immensely complex. And... ...