๐ค I gotta say, having an inconsistent naming convention in our codes can be super confusing especially when someone else has to read it or maintain it later on ๐
For instance, I'd love to see more use of semantic HTML elements like `<header>`, `<nav>`, and `<footer>` instead of using generic...