Search Results

1
vote

Do you follow the naming convention of the original programmer?

When in Rome do as the Romans do. (Except for index variables names, e.g. "iArrayIndex++". Stop condoning that idiocy.) …
6
votes

Why do Perl variables need to start with $, %,@ ?

Several reasons are explained by Larry Wall et al in "Programming Perl": W …