Case sensitivity
Posted: Fri Oct 16, 2015 8:16 am
I read that you want to change the Roslyn compiler to support case insensitive dialects.
How necessary is it to have this feature?
Isn't it easier to:
1. start with case sensitive implementation
2. wait for what features are requested:
2.a. a tool to transform old case insensitive code
2.b. if it is a persistent request: build case insensitivity.
In a short time I learned to appreciate the c# style, but have to support old converted code.
I personally would wish for the tool. It is on our roadmap to do so for our Vulcan.NET code.
How necessary is it to have this feature?
Isn't it easier to:
1. start with case sensitive implementation
2. wait for what features are requested:
2.a. a tool to transform old case insensitive code
2.b. if it is a persistent request: build case insensitivity.
In a short time I learned to appreciate the c# style, but have to support old converted code.
I personally would wish for the tool. It is on our roadmap to do so for our Vulcan.NET code.