Search Results

3
votes

Why shouldn’t I use “Hungarian Notation”?

As a Python programmer, Hungarian Notation falls apart pretty fast. In Python, I don't care if something is a string - I care if it can act like a string (i.e. if it has a …
0
votes

What Language Feature Can You Just Not Live Without?

Operator overloading (Python-style, a la str()) …
1
vote

Put a process in a sandbox where it can do least harm

FreeBSD has specific concepts of jails, and Solaris has …