Coding standard
26 Jun 2025
##Why Coding Standard is essential?
“Clean code always looks like it was written by someone who cares.”
— Robert C. Martin (Uncle Bob)
###What I learned
- Before Summer Class begines: Learned Coding Standard as pregame section.
- During Summer class: Using ESLint with VSCode and developed my skills.
- What I realized: Coding standard makes program readability and even make simple code.
###What I think about Coding standard.
- Learnig Coding standard helps me know more about coding.
- It makes me improve readbility.
- It makes errors less.
###Is it hard?
- It is really hard for me to learn coding standard.
- Because it is too detaily I feel like…
- However, I feel i am leveling up day by day. Even though I could not finish assignment quick, taking too much time but i still feel im getting better.
This is defenitely because of coding standard.