Re: New horizons for me...

2024-10-07 Thread Bob Sneidar via use-livecode
I thought Hungarian Notation was a way to write music for accordion players. Bob S > On Oct 7, 2024, at 3:17 PM, Richard Gaskin via use-livecode > wrote: > > Peter Bogdanoff wrote: >> I still want to know how Hungarian notation variables are useful in Livecode. > > History and background of

Re: New horizons for me...

2024-10-07 Thread Richard Gaskin via use-livecode
Peter Bogdanoff wrote: > I still want to know how Hungarian notation variables are useful in Livecode. History and background of Hungarian Notation: https://en.wikipedia.org/wiki/Hungarian_notation The "Hungarian-Lite" a lot of us in the xTalk world use: http://www.fourthworld.com/embassy/article

Re: New horizons for me...

2024-10-07 Thread J. Landman Gay via use-livecode
Yeah, well, you never shared any of it back so don't hold your breath. :) -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On October 7, 2024 9:59:54 AM Richard Gaskin via use-livecode wrote: I wrote to Dar off-list, since by now he's

Re: New horizons for me...

2024-10-07 Thread J. Landman Gay via use-livecode
Since Hungarian notation puts the letters before the variable name, i.e.: t = temporary g = global l or s = script local ...etc I assume Visigoth notation puts them at the end, i.e.: tFoo becomes foot -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperac

Re: New horizons for me...

2024-10-07 Thread Craig Newman via use-livecode
I use Visigoth notation wherever I can. That is why I cannot read my code later on. Craig > On Oct 7, 2024, at 11:39 AM, Peter Bogdanoff via use-livecode > wrote: > > I still want to know how Hungarian notation variables are useful in Livecode. > > Peter > >> On Oct 7, 2024, at 10:57 AM, Ri

Re: New horizons for me...

2024-10-07 Thread Peter Bogdanoff via use-livecode
I still want to know how Hungarian notation variables are useful in Livecode. Peter > On Oct 7, 2024, at 10:57 AM, Richard Gaskin via use-livecode > wrote: > >> Hungarian notation variables ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: New horizons for me...

2024-10-07 Thread Richard Gaskin via use-livecode
I wrote to Dar off-list, since by now he's unsubscribed. But I did want to thank you for your participation in the candy distribution during the talk Ken and I gave on code style. I've lost count of how many talks I've given at conferences over the years, but that one is a story I still tell.