pdiezvig / dasmoto

Dasmoto project
0 stars 0 forks source link

Good job specifying span with class #3

Closed sangjunp4rk closed 6 years ago

sangjunp4rk commented 7 years ago

Good job specifying the span css selector class and good choice of name. Clear and concise names are the best. This gives you more flexibility as your code grows in size and makes your code more reusable since if you need to do similar highlighting in the future, you can just reference this again.

https://github.com/pdiezvig/dasmoto/blob/master/index.html#L32

pdiezvig commented 6 years ago

👍