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
28/05/2021 00:38:25
Walter Meester
HoogkarspelNetherlands
 
 
To
27/05/2021 21:48:48
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01680754
Message ID:
01680804
Views:
69
The problem begins if you have to change values of one or more variables. You then have to take them out of the store statement and put them either in seperate lines
or in another STORE statement. With all the consequences of making mistakes and ending up with a mixture of styles (STORE and direct assignment).

I cannot see that as good practice, nor do I see this in any way improving readability.

You can group assignments together without store by simply leave an empty line in between the assignments.

Walter,


>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
Reply
Map
View

Click here to load this message in the networking platform