[Progress Communities] [Progress OpenEdge ABL] Forum Post: Require correct casing for class/procedure references?

  • Thread starter Thread starter Marko Myllymäki
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top