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
SolidOperations has become a very large class, with a lot of private methods that can be extracted to a library, such as Eneroth3/sketchup-community-lib.
Remember to re-enable RuboCop Metrics/ModuleLength if extracting these methods.
SolidOperations has become a very large class, with a lot of private methods that can be extracted to a library, such as Eneroth3/sketchup-community-lib.
Remember to re-enable RuboCop Metrics/ModuleLength if extracting these methods.
Methods already in cmty-lib:
Methods that could be added to cmty-lib:
Methods that could be moved to a SelectEntities class, specific to solid operations:
These are a bit too specific to this implementation to fit into the API of a public library.
purge redundant find_-prefix if doing so
The text was updated successfully, but these errors were encountered: