[RUBY] [Technical memo] Things to be careful of from an engineer's point of view when creating a view

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

[Technical memo] Things to be careful of from an engineer's point of view when creating a view
Personal memo Features of Spring Boot (mainly from a DI point of view)
Things to be aware of when writing Java
Things to watch out for when creating a framework
Things to be aware of when using devise's lockable
[Java] Things to be aware of when outputting FizzBuzz
Be careful when deleting multiple elements from an array etc. with a for statement
Things to be aware of when writing code in Java
A memo when you want to clear the time part of the calendar
Be careful of daylight saving time when newly registering / referencing a user's birthday
Be careful when setting the class name when creating a document-based app in Swift
Points I stumbled upon when creating an Android application [Updated from time to time]
How to get an arbitrary digit from a number of 2 or more digits! !!
Be absolutely careful when putting the result of and / or in a variable!
From creating a Spring Boot project to running an application with VS Code
Summary of moss when updating from JMockit 1.4 to 1.30
I tried to explain what you can do in a popular language for web development from a beginner's point of view.