codyswanner / Meme-Cataloger

Learning ReactJS and Django while building something that I want to use
1 stars 1 forks source link

Change if/elif/else in useFilterSocket to switch/case #3

Closed codyswanner closed 6 months ago

codyswanner commented 7 months ago

Change if/else if/else in useFilterSocket module to a switch/case statement for improved readability and to make it easier to add more options in the future (which will definitely be necessary)