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
refactor: Apply SLAP principles to Tom.java by abstracting methods
Refactored Tom.java to move command methods into separate classes.
This change improves code organization and adheres to SLAP.