CS5500-S-2023 / team-bear

team-bear created by GitHub Classroom
0 stars 0 forks source link

Refactor of User model and all classes associated with it #104

Closed tsanevp closed 1 year ago

tsanevp commented 1 year ago

Changes made include the following:

build.gradle:

Bot.java:

command package:

GuildController.java:

UserController.java:

CommandModule.java:

MessageBuilderHelper.java:

SettingLocationHelper.java:

CreateListingCommand.java:

MyListingCommand.java:

UpdateLocationCommand.java:

RemoveMemberEvent.java:

Guild.java & Listing.java:

User.java:

tsanevp commented 1 year ago

Many of the changes are just the renaming of classes to make more sense.

Some of the changes I wasn't sure about are in the command classes. I've been trying to extract testable code into its own methods, but idk if I was doing toooo much.