Design comparison
Community feedback
- @DreamCoder7Posted over 2 years ago
Hello, Tahmeed!π
Nice work on this challenge!π
Here are a couple of things I'd like to suggest,
- Using inline style for both style style.css and script script.js aren't recommended way, the reason is because of semantic markup, maintainability, reusability, and scalability. Specially on large project. check out this article it may help
- Instead of element selector like
.top-left-head ul li
using class or id is more practical way
Hope that help!π
Happy coding!π
1@Tahmeed-programmerPosted over 2 years ago@redstorm-hub Thanks a lot bro for the valuable feedback. Really appreciate how you tried to share industry best practises, honestly comments like yours a gem. And to be honest this is more of a personal project which is why i sacrificed some elements regarding writing good code. But yeah i was unaware of some of the aspects you pointed out! Feel free to comment on my other projects if you wish! Once again really appreciate such a gem comment
0@DreamCoder7Posted over 2 years ago@Tahmid-programmer
Glad you found those points helpful! Have a great day and keep codingπ
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord