Changeset 2381 for trunk/doc/misc/perlCodeConventions.tex
- Timestamp:
- Nov 17, 2004, 10:51:07 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/misc/perlCodeConventions.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/misc/perlCodeConventions.tex
r2379 r2381 1 %%% $Id: perlCodeConventions.tex,v 1.2 1 2004-11-17 00:08:50jhoblitt Exp $1 %%% $Id: perlCodeConventions.tex,v 1.22 2004-11-17 20:51:07 jhoblitt Exp $ 2 2 \documentclass[panstarrs]{panstarrs} 3 3 … … 643 643 \subsection{Initialization} 644 644 645 Try to initialize local variables where they're declared. The only 645 Try to initialize local variables where they're declared. Do not initalize 646 variables with an empty string or list - this is pointless. 647 646 648 reason not to initialize a variable where it's declared is if the 647 649 initial value depends on some computation occurring first.
Note:
See TracChangeset
for help on using the changeset viewer.
