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

Pages: 1-

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 6:44

Unchecked exceptions.

Name: Anonymous 2018-12-03 6:53

>>1
Therefore APL is the only language we should use?

Name: Anonymous 2018-12-03 7:32

>>1
English mistakes:
They're, their, there
what about their're are?

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

Name: Anonymous 2018-12-03 10:03

>>2
Exceptions at all

>>5
All can be fixed with dependent type systems.

escape characters
memory leaks
Except these.

Name: Anonymous 2018-12-03 10:42

>>6
shut the fuck up you dependent anus

Name: Anonymous 2018-12-04 8:20

>>6
Exceptions at all
So you account for everything, even no returns

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