You've got to be willing to read other people's code, then write your own, then have other people review your code.
software development Quotes
>
Filter Quotes
Latest Quotes About software development
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.
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.
From the day Microsoft was started, the only constraint to our growth has been attracting ah, more great programmers, very smart, committed, ah, people. And so we're always on... on the look for ah, that kind of person.
There's only one trick in software, and that is using a piece of software that's already been written.
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... ...
As you get to the end of the project you want to run all the tests cases against one version and make sure that you know that that version passed everything. And so as you get late in the project... ...
The early personal computers were not very powerful so the idea of feeding their program into a small amount of memory requires immense skill.
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.
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... ...