- changed status to open
Improve the C code organization
Issue #40
open
- The R and Python C interface code should be moved to their separate subdirectories
-
File sizes in general are too large and should be broken up
- for example, functions for printing/logging could be moved out into separate files
-
Some larger functions should be broken up
- this is particularly bad among functions with internal state machines
Comments (1)
-
reporter - Log in to comment
I have started doing this by breaking up the semantics checking code into separate files and by moving everything directly related to the DSL into a subdirectory. The organization can still improve, but this addresses a major problem area.