Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor/design-smells #58

Closed
wants to merge 3 commits into from

Conversation

zzivaibhav
Copy link

@zzivaibhav zzivaibhav commented Nov 29, 2024

Refactored : jace.core
Class : CPU.java
Reason: extracted different class
Refactoring method: Extract class

Refactored : jace
Class : EmulatorUILogic
Reason: Emulator class was having the debugging functionalities which should be in the debugger class
Refactoring method: Move method

Refactored : jace.core
Class : Utility
Reason: deserializeString() method has multiple type-checking conditionals.
Refactoring method: Replace conditional with polymorphism

@zzivaibhav zzivaibhav closed this by deleting the head repository Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant