|
|
|
|
|
by megous
1229 days ago
|
|
Sorry, I don't know any important C codebase that omits necessary bounds checks casually. Often times it would not even make any sense. (If you want to iterate over an array, you don't just iterate until infinity, lol.) String manipulation is often wrapped in functions that handle length/storage size/reallocation/etc in the background. |
|
I heard the ideal theory you cite, many many times. Yet many people still do mistakes. How does that fit in your world-view?