[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Tool to analyse code - Use of case for Linux / Unix

  • Thread starter Thread starter cverbiest
  • Start date Start date
Status
Not open for further replies.
C

cverbiest

Guest
We went through a major refactoring of our code, from using non-standard extensions with all directories in the propath, to using standard extenstions and and short propath. /* before refactoring */ { vars.t } run main-l persistent. /* after refactoring */ { cceinc/vars.i } run ccetools/main-l.p persistent. The procedure to refactor the code uses the proparse tokenlister, Our actual procedure is very specific for our environment but I posted a sample procedure on oehive. (can't find it a the moment). I'll try to locate the sample

Continue reading...
 
Status
Not open for further replies.
Back
Top