Shadowing Properties ... Good or Bad?

[quote=76484:@Daniel Taylor]
Compiler option :slight_smile:
I’m half joking because one of the nice things about Xojo is that you don’t have to double check 50 compiler options to make sure your code runs correctly (I’m looking at you C/C++/obj.C).[/quote]
I think this would end up being like VB’s ā€œoption baseā€ where if you start mixing code that is one way with code that is another you get all kinds of weird behavior and it’s silent that is is different.
I’d opt for not being a switch for that reason

Yes, please don’t change stuff in ways that will slow down execution. I have a lot of applications where execution time is critical.