Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
If you code like this.... you might be a crappy coder
Message
From
27/05/2021 21:48:48
 
 
To
26/05/2021 23:07:29
Walter Meester
HoogkarspelNetherlands
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01680754
Message ID:
01680803
Views:
74
Not in my POV. Esp. when working on code in use with many local (or even private) declaration my practice is to group the variables according to their datatype (and hungarian notation) into specific lines or line groups and initialize those lines or line groups with 1 statement each. That way often "forgotten" var inits are retrofitted.

Of course old style functions with 50+ variables most of the time are better broken up into smaller functions each sporting only a handful of variables.

>Its very bad advice to use STORE of many variables over the individual initialization of variables.
>Individual initialization allows for better readability, especially when values might change over time.
>
>True it has some performance advantage, but it is so tiny that has no practical use except in the utmost extreme cases.
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform