stleary / JSON-java

A reference implementation of a JSON package in Java.
http://stleary.github.io/JSON-java/index.html
Other
4.54k stars 2.56k forks source link

Refactoring for design smells #833

Closed adityap27 closed 12 months ago

adityap27 commented 12 months ago

Move field. Change bidirectional association to unidirectional association. Extract Method.

stleary commented 12 months ago

Closing due to PR cannot be accepted in its current form. Consider making one small set of related changes at a time, instead.