Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Joel on Software
Message
From
17/05/2005 02:21:17
Walter Meester
HoogkarspelNetherlands
 
 
To
17/05/2005 01:38:16
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01014573
Message ID:
01014773
Views:
35
Alejandro,

>>Here's an interesting piece :)
>>
>>Making Wrong Code Look Wrong - http://www.joelonsoftware.com/articles/Wrong.html
>
>I'd like to know why anyone would consider Hungarian = Bad. Hungarian may be unnecessary if the language is strongly typed, but it's not *bad*.

Hungarian notation was invented for the C programming language. It has its great value in strong (strict) typed languages has you carefully have to match types. In weak (dynamic) typed languages it is less important, casting from double to int to numeric is done automatically: there is less need to be aware of the exact type. In VFP we have only: character, boolean, numeric, date, datetime and object as base types. Therefore there is less technical need to distinguis between derived types like int, float, double and memo and text.

Walter,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform