aymengraoui / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Good descriptive class names #1

Open asadmehdi785 opened 6 years ago

asadmehdi785 commented 6 years ago

I liked how your class names were descriptive and clearly described the "elements" they were assigned to. For example, giving this div a class of item:

https://github.com/aymendeimos/prj-rev-bwfs-dasmoto/blob/410884aec507ac06c677642b4d2d7dc581dfa66f/project%203/index.html#L12

And this span a class of price:

https://github.com/aymendeimos/prj-rev-bwfs-dasmoto/blob/410884aec507ac06c677642b4d2d7dc581dfa66f/project%203/index.html#L18

Was really nice to see. Good job with that!

aymengraoui commented 6 years ago

Thank you for the review and the encouragement, cheers.