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

JSON Serialization #50

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

JSON Serialization #50

wants to merge 12 commits into from

Conversation

StillTree
Copy link
Collaborator

Currently there are no JavaDocs
I'm gonna add them later

@athaun athaun added Review todo needs to be reviewed enhancement New feature or request labels Aug 12, 2021
@athaun athaun added this to Review Todo in Roadmap Sep 22, 2021
Copy link
Member

@athaun athaun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See some of my comments, there are some things that should be addressed. Additionally, this is complex enough that it needs comments and javadocs.

@@ -1,2 +1,2 @@
# Contributing to Azurite
[https://azurite-engine.github.io/Azurite-Docs/docs/contributing.html](https://azurite-engine.github.io/Azurite-Docs/docs/contributing.html)
[https://azurite-engine.github.io/Azurite-Docs/docs/contributing.html](https://www.youtube.com/watch?v=dQw4w9WgXcQ)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know that link... this is actually an important link to the docs, it shouldn't be a troll.

@@ -5,7 +5,8 @@
import java.util.Arrays;
import java.util.List;

public class JSONObject {
@Deprecated
public class JSONObjectOld {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

deprecation or outright removal are all that is necessary here.

@athaun athaun added good first issue Good for newcomers In review process Currently being reviewed by a project manager and removed Review todo needs to be reviewed good first issue Good for newcomers labels Mar 29, 2022
@athaun athaun added needs more work and removed In review process Currently being reviewed by a project manager labels Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs more work
Projects
Status: Review in progress
Roadmap
Review Todo
Development

Successfully merging this pull request may close these issues.

None yet

3 participants