Content deleted Content added
m Typo fix: becoming -> become |
farther for physical distance, not further |
||
Line 4:
__TOC__
==Spolsky's analogy==
Spolsky used a [[Yiddish]] joke to illustrate a certain poor programming practice. In the joke, Schlemiel (also rendered Shlemiel) has a job painting the dotted lines down the middle of a road. Each day, Schlemiel paints less than he painted the day before. When asked how that could possibly be, Schlemiel complains that it is because each day he gets
The inefficiency Spolsky was drawing an analogy to was the poor programming practice of repeated [[concatenation]] of [[C (programming language)|C]]-style null terminated character arrays (in general computing parlance known as "[[String (computer science)|strings]]")— in which the length of the destination string has to be recomputed each time because it is not carried over from a previous concatenation.
|