Design comparison
Solution retrospective
This is the first challenge I pass and I will do my best for next challenge.
What challenges did you encounter, and how did you overcome them?How to center the content is the challenges I encountered and I overcome it by studying how flex box work.
What specific areas of your project would you like help with?Give me some feedback how to write clean css code.
Community feedback
- @MikDra1Posted 3 months ago
-
Consistent Naming Conventions: Use meaningful and consistent variable, function, and file names. It improves readability and makes the code self-explanatory.
-
Modular Code: Break your code into smaller, reusable functions or components. This makes the code easier to maintain and test.
-
Comments and Documentation: Include clear comments where necessary and maintain proper documentation to help others (and yourself) understand the code better.
-
Avoid Repetition: Follow the DRY (Don't Repeat Yourself) principle by avoiding code duplication. Extract common code into functions or utilities.
-
Use Version Control Efficiently: Commit changes regularly with meaningful commit messages. This helps track changes and roll back if necessary.
Hope you found this comment helpful 💗
Good job and keep going 😁😊😉
Marked as helpful0 -
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