[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Why use Value1, Value2,...



PureBytes Links

Trading Reference Links

Named variables use up EXE size, and that makes a difference in TS4 which
has a 64K limit.
I had to rewrite code many times to get it under that limit.
I use ValueNN variables and in comments (which do not take EXE space)
describe the variable.
TS2K has no such limit, and you can program with better style.

ndtrader



----- Original Message -----
From: <cash@xxxxxxxxxxx>
To: <omega-list@xxxxxxxxxx>
Sent: Sunday, September 02, 2001 12:33 PM
Subject: Why use Value1, Value2,...


> Coming from a programming background and being lashed 100
> times with a wet noodle for using "non-descriptive" variable names,
> why do people use the included variables Value1, Value2, etc.,
> Condition1, Condition2, etc.?
>