Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30740
Modified Files: Tag: desiredata rules.txt Log Message: .
Index: rules.txt =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/rules.txt,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** rules.txt 18 Jul 2007 04:18:00 -0000 1.1.2.2 --- rules.txt 4 Aug 2007 04:14:12 -0000 1.1.2.3 *************** *** 37,41 **** only used for that purpose.
! #009:
! #010: --- 37,42 ---- only used for that purpose.
! #009(Tcl): use :: instead of proc global.
! #010: make variables as local as it makes sense: don't make them global if they'd fit well in an object; don't put them in ! an object if they belong inside of a def or proc (fully local).