MyWarp

MyWarp

220k Downloads

Clean-up inaccurate class-names within the API

TheE opened this issue ยท 0 comments

commented

Several parts of MyWarp are inaccurately named:

  • EconomyService should be named EconomyProvider,
  • EconomyManager should be named EconomyService,
  • LimitManager should be named LimitService.

It is also worth to take a look at:

  • TeleportManager,
  • TeleportService (perhaps TeleportStrategy?).

Perhaps some platform classes like LocalEntity could move some functions into services (e.g. teleports), but this remains to be seen.