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 code changes #917

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

devpatel43543
Copy link

hii @stleary

i have refactored changes in following 3 files to enhance readability and maintainability:

  1. Decompose Conditional in valueToString() (JSONWriter.java):

    • Extracted a complex condition into a method (isDirectlyConvertibleToJSON()) to improve readability.
      Commit
  2. Extract Method in toString() (HTTP.java):

    • Divided the method into smaller, focused methods to follow the Single Responsibility Principle.
      Commit
  3. Rename Variable in JSONObject:

    • Renamed variables (xjsonTokener, ccurrentChar) for better clarity and readability.
      Commit

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