As of writing this, there are at least 50 global variables declared and initialized in LJ.cpp. It is not exactly clear which of these variables would be better suited in a class or struct of their own, but it would probably do the code some good to take a deep look and see how they could be refactored.
As of writing this, there are at least 50 global variables declared and initialized in LJ.cpp. It is not exactly clear which of these variables would be better suited in a class or struct of their own, but it would probably do the code some good to take a deep look and see how they could be refactored.