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
Now that the thing is confirmed to work, we ought to clean it up a bit. Ex: We have a gson that we imported but the only time it's ever used is in code that's commented out.
I also suggest we change all the public static final variables at the top to private variables and create some getters/setters for them since having them open like that causes security issues
Now that the thing is confirmed to work, we ought to clean it up a bit. Ex: We have a gson that we imported but the only time it's ever used is in code that's commented out.
I also suggest we change all the public static final variables at the top to private variables and create some getters/setters for them since having them open like that causes security issues