DAY 9
πΒ μ€λ μ½μ λ²μ : HTML comments ~ 4μ₯ λ
<aside>
π μ±
μμ κΈ°μ΅νκ³ μΆμ λ΄μ©μ μ¨λ³΄μΈμ.
</aside>
- HTML in source code comments is an abomination.
- Donβt put interesting historical discussions or irrelevant descriptions of details into your comments.
- The connection between a comment and the code it describes should be obvious.
<aside>
π€ μ€λ μ½μ μκ°μ? λ μ€λ₯΄λ μκ°μ κ°λ³κ² μ μ΄λ³΄μΈμ
</aside>
<aside>
π κΆκΈν λ΄μ©μ΄ μκ±°λ, μ μ΄ν΄λμ§ μλ λ΄μ©μ΄ μλ€λ©΄ μ μ΄λ³΄μΈμ.
</aside>
<aside>
π‘ μκ° 3μ€ μμ½
</aside>
- First refactor your code. Choose good names. Make the code tells the story. Comment should be avoided as much as possible
- I donβt have three bullet points of thoughts today. π€·π»ββοΈ