You've got to be willing to read other people's code, then write your own, then have other people review your code.
programming Quotes
>
Filter Quotes
Latest Quotes About programming
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.
Software is different than other products um, partly because it's, it's not physical and, and partly because of its complexity. You can express in software millions of different cases and making sure that you handle all of them correctly is... ...
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.
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... ...
A lot of people assume that creating software is purely a solitary activity where you sit in an office with the door closed all day and write lots of code.
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... ...