10th January 2014, 05:24 PM
|
Member
|
|
Join Date: Aug 2013
Posts: 177
|
|
Quote:
Originally Posted by walkermac
No worries. Don't count on me though! My knowledge is pretty dated
(incidentally, I always wondered why it was convention to use a lowercase letter to begin variable names: e.g. thisIsMyVariable, vs ThisIsMyFunction. Had you followed this convention you would've known something was up when 'pool' kept changing into 'Pool' )
|
There is always a good reason for conventions in any sphere of work.
Where I work we have to have a library file of declared variables and where and for what they are used.
Pain initially but saves much time later, also copy and paste of code is almost a sackable offense. Well not quite but you would not want to be caught twice.
|