Should a separate package be created for Hypixel Objects? #24
Replies: 4 comments
-
I think For Contribution and user-ease should be a priority, so lengthening import statements isn't a major concern. |
Beta Was this translation helpful? Give feedback.
-
Yes, I think they should, but all game-related stuff should be stored in the |
Beta Was this translation helpful? Give feedback.
-
Just to elaborate on my thoughts a little more... The library we're developing is a Hypixel API wrapper. Having a |
Beta Was this translation helpful? Give feedback.
-
Well, all of the objects inside the |
Beta Was this translation helpful? Give feedback.
-
As @TheNullicorn and I were meeting, we discussed whether classes (and the packages that contains them) used to obtain information from the API should be refactored into their own package. (eg: games, guild, ect.)
The argument for moving the packages into a centralized package is so when an API user is trying to get a feel for the API and checks out the repository they can enter the package containing all of those classes, and know that that's where all the classes that they will need are located. They won't have the opportunity to get confused by looking through packages like http and log to see if there is anything hidden.
The argument against moving the packages is:
We would love to hear the community's input and get more opinions.
Beta Was this translation helpful? Give feedback.
All reactions