website icon indicating copy to clipboard operation
website copied to clipboard

Clean up code and remove duplication

Open advaith1 opened this issue 4 years ago • 1 comments

Main

  • [ ] Don't duplicate CSS across themes
  • [x] Do checks before making Discord API request

Route-specific reused code

Check when re-used code has been moved to functions/vars for the following routes. This also includes other relevant code cleanup/refactoring.

  • [x] authentication.ts
  • [ ] autosync.ts
  • [ ] bots.ts
  • [ ] index.ts
  • [ ] search.ts
  • [ ] servers.ts
  • [ ] staff.ts
  • [ ] templates.ts
  • [ ] users.ts

advaith1 avatar Aug 03 '20 04:08 advaith1

4c3358c begins the improvement of code and duplication in servers.ts

carolinaisslaying avatar Apr 19 '22 04:04 carolinaisslaying