crateboy / tea.cozy

0 stars 0 forks source link

Summary #4

Open zannain opened 6 years ago

zannain commented 6 years ago

I really like that you took the time to comment your code, this is a best practice and will really improve your productivity and workflow when you start working on larger web applications. Take the time to get familiar with text editor features such as code folding, these will make debugging a lot easier and allows you to focus on certain sections of your web page without being distracted by others. I would recommend running your HTML and CSS through a validator such as the one found at W3C Validator. This validator is a great tool to validate your HTML and CSS and ensure you stay current with changes and additionals to the languages and also write quality code. Keep up the really awesome work, and never stop learning more as you continue your journey into web development!!

Meets expectations

crateboy commented 6 years ago

Thank you for the constructive criticism, Zannain. I appreciate the links to the websites to help me keep my code up to current standards. Honestly, I knew I didn't have a good understanding of what to name divs, so I couldn't be happier with the references. Peace!