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
2 stars 6 forks source link

[Formatting]: React / Javascript Refactoring #6

Open Jesulayomy opened 3 days ago

Jesulayomy commented 3 days 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 2 days ago

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

Jesulayomy commented 2 days ago

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