Named parameters or How you can simplify your code

Public forum to share code snippets, screen shorts, experiences, etc.
FFF
Posts: 1538
Joined: Fri Sep 25, 2015 4:52 pm
Location: Germany

Named parameters or How you can simplify your code

Post by FFF »

Frank Maraite wrote:Karl,

[left]because it's absolutly senseless. In times of intellisense you move your mouse pointer above your var and see the var type. Comments of a few of the best program theorists (copied from Wikipedia https://en.wikipedia.org/wiki/Hungarian_notation):...
...This says it all/quote]

Says what? That there are pros and cons.
BTW, your intellisense means you have to point to each damn name to see what it means - thx, that's not the way i read...

Karl[/left]
(@Robert: did i do something wrong, or why all of a sudden all paragrafs are centered by default?)
Regards
Karl
(on Win8.1/64, Xide32 2.19, X#2.19.0.2.)
User avatar
wriedmann
Posts: 3668
Joined: Mon Nov 02, 2015 5:07 pm
Location: Italy

Named parameters or How you can simplify your code

Post by wriedmann »

Hi Karl,

thank you very much - you have expressed very well what I think! For me it is very important to be able to read and understand my code very fast, and the hungarian notation helps me a lot.

Wolfgang
Wolfgang Riedmann
Meran, South Tyrol, Italy
wolfgang@riedmann.it
https://www.riedmann.it - https://docs.xsharp.it
User avatar
robert
Posts: 4302
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Named parameters or How you can simplify your code

Post by robert »

Karl,

The quote style centers. You have omitted the endquote tag.

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
FFF
Posts: 1538
Joined: Fri Sep 25, 2015 4:52 pm
Location: Germany

Named parameters or How you can simplify your code

Post by FFF »

Robert van der Hulst wrote:Karl,

The quote style centers. You have omitted the endquote tag.

Robert
Ups, probably deleted a bit to much ;-)
Albeit, when looking nearer, any reason for the centering? Can't see much usefullness...
THX
Regards
Karl
(on Win8.1/64, Xide32 2.19, X#2.19.0.2.)
User avatar
robert
Posts: 4302
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Named parameters or How you can simplify your code

Post by robert »

Karl Faller wrote:
Robert van der Hulst wrote:Karl,

The quote style centers. You have omitted the endquote tag.

Robert
Ups, probably deleted a bit to much ;-)
Albeit, when looking nearer, any reason for the centering? Can't see much usefullness...
THX
No not really, so I have changed it.

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
Post Reply