FACN4 / Week1_Day3_Project

0 stars 0 forks source link

Best Practices for Naming #38

Open haydnba opened 6 years ago

haydnba commented 6 years ago

https://github.com/FACN4/Week1_Day3_Project/blob/6ff6b5d1532471debcff91d96600ad75356ce7fb/index.html#L13

Great minimal use of JavaScript here - just remember that when you start using more of it it will be really important to give all your elements, functions, variables etc. meaningful names - this makes it much easier for you, your team, and reviewers to understand the code and how it should work.

🐛

tawfiknasser commented 6 years ago

:+1: