You should be careful to write code that is "maintainable". Specifically, readability by designing the front using a methodology called BEM, You need to be able to achieve highly reusable code.
There are also jems such as rubocop that automatically judge and correct the code! https://qiita.com/d0ne1s/items/a3566aca023d11f2bfc4
Reference article https://app.codegrid.net/entry/bem-basic-1
Recommended Posts