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
I went and did it, but maybe there are some changes ?
so far
/ root pom, used for import
/jcodemodel main module
/plugin/plugin main plugin module
/plugin/generators pom for generators, one module per generator
/examples pom for examples, so far only one sub module
/examples/plugins here one module per generator tested
I propose :
/extensions to contain optional features that require additional libraries . Those ARE maintained and therefore backward compatibility is a must (can only be removed when going up a major version).
/externals for extensions that are NOT maintained. Those are added by users and can be removed at a whim.
Typically the memory compiler would go into external, then into the main module if it does NOT require specific dependencies (not the case), or into extensions/ once it's stable but requires more dependencies ; or be removed if it fails compiling :P
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I went and did it, but maybe there are some changes ?
so far
/ root pom, used for import
/jcodemodel main module
/plugin/plugin main plugin module
/plugin/generators pom for generators, one module per generator
/examples pom for examples, so far only one sub module
/examples/plugins here one module per generator tested
I propose :
/extensions to contain optional features that require additional libraries . Those ARE maintained and therefore backward compatibility is a must (can only be removed when going up a major version).
/externals for extensions that are NOT maintained. Those are added by users and can be removed at a whim.
Typically the memory compiler would go into external, then into the main module if it does NOT require specific dependencies (not the case), or into extensions/ once it's stable but requires more dependencies ; or be removed if it fails compiling :P
Beta Was this translation helpful? Give feedback.
All reactions