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.
software development Quotes
>
Filter Quotes
Random Quotes About software development
People are building the software and so having the pieces be such that a single person understands all the tradeoffs and everything that's going on in a piece is extremely valuable. It avoids getting into an experimental mode where you're... ...
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.
You've got to be willing to read other people's code, then write your own, then have other people review your code.
Good programmers stay open minded to that even though there is no obvious way to improve what they've done they... they keep looking and they listen to what other people have to say.
Good developers like seeing their products sell in large quantities. They enjoy the competition of doing a better job than the other company, especially if the other company has more people on the project and they're entrenched and people are... ...
Even for the very best programmers ah, sometimes you'll see someone else's program or somebody will come along and they'll show you what can be done in a simpler way.
The job was to put into a, a computer with only 4K of memory an entire basic full blown, floating point Basic and that's one of the greatest programming feats I've ever had a chance to work on.
The most important people is to pick people who like to write software and who are good at... good developers like working with each other. And they... they reinforce each other's skills.
There's only one trick in software, and that is using a piece of software that's already been written.
If you think you're a really good programmer... read Knuth's Art of Computer Programming... You should definitely send me a resume if you can read the whole thing.
The trick generally is to break programs into pieces and have those pieces be individually testable and so then when you move on to the other pieces you treat it as a black box knowing that it either works or... ...