You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the FileGenerator and the ProgramGenerator have ~24 lines of very similar code for generating the inner body/content of C++ functions. This could/should be extracted to a utility function.
Currently, the
FileGeneratorand theProgramGeneratorhave ~24 lines of very similar code for generating the inner body/content of C++ functions. This could/should be extracted to a utility function.