jebaum / calendar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix magic values

jebaum opened this issue · comments

There are a handful of magic values in the current codebase for the API endpoints, status codes, jackson annotations, etc. These should either be variables within the relevant classes, or in an external class if the values are needed in mulitple places throughout the codebase.