VO specific keywords in Core dialect
Posted: Wed Oct 05, 2016 7:49 am
Hello,
what about VO specific keywords in the Core dialect?
IMHO things like access/assign should not be permitted in the Core dialect, and therefore reserved words like "instance" should have no special meaning there.
I have come to this when I tried to write a singleton class - and in most implementations the property "Instance" refers to the singleton object itself.
The property can be declared of course as @@instance, to be consistent with C# samples, but it is not ideal.
Please take this not as request or wish - it is more a question.
Wolfgang
what about VO specific keywords in the Core dialect?
IMHO things like access/assign should not be permitted in the Core dialect, and therefore reserved words like "instance" should have no special meaning there.
I have come to this when I tried to write a singleton class - and in most implementations the property "Instance" refers to the singleton object itself.
The property can be declared of course as @@instance, to be consistent with C# samples, but it is not ideal.
Please take this not as request or wish - it is more a question.
Wolfgang