landenf / Settlers-of-Catan

Multiplayer Online version of Settlers of Catan
https://catan-4dea2.web.app
2 stars 0 forks source link

Add comments and refactor components #61

Open SirFatredVIII opened 3 months ago

SirFatredVIII commented 3 months ago

Similar to #62. Comments help us know what component does what, and to help us scale our components to do other things later on. We should add brief comments to component functions and fields.

Similarly, we need to check the frontend for opportunities to refactor and clean up our code to make it more readable.