Content deleted Content added
Citation bot (talk | contribs) m Citation maintenance. Removed redundant parameters. You can use this bot yourself! Please report any bugs. |
Fix inconsistent naming of 'Schlemiel'. |
||
Line 25:
By the end of the first invocation of <code>strcat()</code> the length of <code>buffer</code> will be known but not preserved upon return to the point just after step 1 and just before step 2. Subsequent calls to <code>strcat()</code> have to compute that length again before concatenating another name to the <code>buffer</code>.
As such, and analogous to
The problems illustrated by Spolsky's example remain hidden to a programmer with little or no knowledge of the underlying principles and functions, which every higher-level language and library will still be using even when the low-level manipulation is not immediately obvious at the higher level. "Some of the biggest mistakes people make even at the highest architectural levels come from having a weak or broken understanding of a few simple things at the very lowest levels."<ref name="basics" />
|