Status Updates From Code Complete: A Practical ...
Code Complete: A Practical Handbook of Software Construction by
Status Updates Showing 1,021-1,050 of 6,403
Victor Schumann
is on page 138 of 914
“Traditionally, programming books wax mathematical when they arrive at the topic of abstract data types. They tend to make statements like “One can think of an abstract data type as a mathematical model with a collection of operations defined on it.” Such books make it seem as if you’d never actually use an abstract data type except as a sleep aid.”
— Nov 10, 2022 04:40AM
Add a comment
Victor Schumann
is on page 92 of 914
“Voltaire said that a book is finished not when nothing more can be added, but when nothing more can be taken away. In software, this is especially true because extra code has to be developed, reviewed, tested, and considered when the other code is modified.
Future versions of the software must remain backward-compatible with the extra code. The fatal question is: It’s easy, so what will be hurt by putting it in?”
— Nov 09, 2022 02:41PM
Add a comment
Future versions of the software must remain backward-compatible with the extra code. The fatal question is: It’s easy, so what will be hurt by putting it in?”









