rebook icon indicating copy to clipboard operation
rebook copied to clipboard

Avoiding global variables

Open R-e-d-J opened this issue 3 years ago • 0 comments

I'va take the time to read all your code and I see you're using a lot of global variable:

global strvarCmdArgs
global k2pdfopt_cmd_args
global strvarOutputFilePath
…

It's almost never a good idea. May be you can find a solution to avoid that and to be closer to the Bests Practices recommandations.

R-e-d-J avatar Aug 24 '21 09:08 R-e-d-J