Coffee-fueled-deadlines / OSRSBytes

OSRSBytes is an all-in-one Python library for Old School Runescape (OSRS) that features Item Information Lookup, OSRS Hiscores, and Grand Exchange Market information.
Eclipse Public License 2.0
49 stars 13 forks source link

Refactor Items Package #24

Closed Coffee-fueled-deadlines closed 1 year ago

Coffee-fueled-deadlines commented 1 year ago

Items Package contains some private method implementations that use a single underscore (_) instead of double underscore (__ ). This isn't a huge issue but it's kind of unprofessional and an improvement I'd like to make. If someone wants to do this, it's not a lot of hard work, just ensure that it works when you're done with it. If not I have no issue doing this myself at a later date.

Coffee-fueled-deadlines commented 1 year ago

There wasn't a lot of refactoring that actually needed done. I've adjusted some meta data but other than that it was pretty good to go.