Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Common mistakes are an indication of poor language design

Name: Anonymous 2018-12-02 23:29

English mistakes:
They're, their, there
You're, your
It's, its
till, til

Programming mistakes:
Null pointers and null pointer dereferencing
Uninitialized objects
Etc.

If something happens a lot, the program is the language itself, not the person using it. What common problems can you identify in the languages you use?

Name: Anonymous 2018-12-03 9:07

off by one
integer overflows
buffer overflows
null termination
out of bounds
escape characters
order of evaluation
implicit type conversion
dangling pointers
memory leaks
undefined behavior

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List