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
Problem Description
We have only one main package cc.commandmanager.core that contains all of our 14 classes. These classes are
exceptions as well as
those who do the main work (e.g., CommandManager, CommandGraph) and some
kind of helper classes (e.g., Optional or ResultState).
This variety might be confusing.
@FRosner, @hinneburg do you think it would be reasonable to seperate the classes into more than just the core package? Or would it produce too much overhead? What criteria make sense to split the classes with respect to further extension?
The text was updated successfully, but these errors were encountered:
Problem Description
We have only one main package
cc.commandmanager.core
that contains all of our 14 classes. These classes areCommandManager
,CommandGraph
) and someOptional
orResultState
).This variety might be confusing.
@FRosner, @hinneburg do you think it would be reasonable to seperate the classes into more than just the
core
package? Or would it produce too much overhead? What criteria make sense to split the classes with respect to further extension?The text was updated successfully, but these errors were encountered: