Jesulayomy / SCHub

SCHub v0.1, A school data management system to allow School administration, Teachers manage students and courses data.
https://schub.jesulayomi.tech
MIT License
3 stars 10 forks source link

[Formatting]: React / Javascript Refactoring #6

Open Jesulayomy opened 1 month ago

Jesulayomy commented 1 month ago

Lets just say our javascript / react isn't pretty looking. Would need a code style checker for js side of things, I usually use pycodestyle for python but just write javascript without format checking, still most code is readable but it could be better enforced. This can also be added as an automated #5 check on PRs.

Comment anything you would like to add or some advice, lets hear it.

masabinhok commented 1 month ago

Using Prettier for your JavaScript and React projects is an excellent choice.

Jesulayomy commented 1 month ago

@masabinhok I do use Prettier extension when using VScode, but I also work on vim sometimes.