LearningCodeStudent / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

SUMMARY #5

Open sangjunp4rk opened 6 years ago

sangjunp4rk commented 6 years ago

Summary Grade: Satisfactory

Good job with your code! I really like the way you organized your code. Makes your code very easy to read. Also, good decision to save images locally! Saving images adds to the stability of your website because your website is not reliant on the link to be valid all the time. Great start to the Ready program.

I included a few notes in both the html and css files for you to think more critically about. First, make sure to use divs to organize your code. It will help you as your code becomes more complex. Always search for ways to compartmentalize your code since it's help you in the long run. Finally, your lines are a bit long right now. Try splitting this into new lines so it's easier to read on one screen without scrolling. Convention is usually ~79 characters per line.

LearningCodeStudent commented 6 years ago

thank you! I really appreciate the feedback and will execute these recommendations in the future