M
Marko Myllymäki
Guest
We are developing on Windows but want to be able to run code on Linux as well. As we all know, Linux is case sensitive, so we have a problem if there are class/procedure file references (RUN, NEW etc.) with incorrect casing. I am looking for a way to trap those errors already in development. Any ideas? I don't have any experience with SonarQube yet; could it be used for handling this? I think it would be easier to have every file name in lowercase, but I would not like to change our current class/procedure/namespace naming convention (camel case). It would be great to have a "require-correct-case" option for the compiler...
Continue reading...
Continue reading...