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.