2009-02-18 21:38 UTC
Hello,
while translating the help files I also change the arguments a bit (in the hope Owen won't disagree). I "underline" the argument's type using prefices based on the Hungarian notation. I use
Strings str strBlockName
Integer int intRow
Floating rea reaXCoord
Point pt ptCurrentCoord
List lst lstControls
Entity ent entControl
ActiveX Objekt o oControl
... and so on. There's no need to say, that this makes a code more readable and understandable. Of course others may use different prefices. But I want to start a discussion if we should use such a notation (in any kind) in our documentation and if it is possible to make the predefined prefices editable to the user.
Fred
while translating the help files I also change the arguments a bit (in the hope Owen won't disagree). I "underline" the argument's type using prefices based on the Hungarian notation. I use
Strings str strBlockName
Integer int intRow
Floating rea reaXCoord
Point pt ptCurrentCoord
List lst lstControls
Entity ent entControl
ActiveX Objekt o oControl
... and so on. There's no need to say, that this makes a code more readable and understandable. Of course others may use different prefices. But I want to start a discussion if we should use such a notation (in any kind) in our documentation and if it is possible to make the predefined prefices editable to the user.
Fred