Programming practices (20)

5 Name: #!/usr/bin/anonymous : 2007-01-06 23:30 ID:01B9SFxA

For functions that don't go outside the module, any old name is good long as it doesn't shadow anything in the standard library. Same thing for any symbol that doesn't end up in a shared library or something.

Exported interfaces' members are prefixed with something sufficiently unique, words separated by underlines.

This thread has been closed. You cannot post in this thread any longer.