Reflect A Li’l with Me

The most challenging thing for me this week is centering an image on your website using the box model. To solve this, I started by adding a colored border around my image to show the size of the content so I could see how much space it takes up. I then reviewed my notes and some of the tools given to us in class (pluralsight.com, box-model links, box-model PowerPoint, etc.) to build a better understanding of the box model and how to use its elements. Still slightly confused, I played with padding and margin, managing to finally center the photo. Though I managed to center the photo, I still did not understand how, so I asked for help. With a more in-depth explanation of what was missing and what I could do to make the code more reliable,.

An important part of learning code is keeping your code organized and maintaining quality code, aka Code quality. Code quality refers to how well software code meets established standards in terms of reliability, security, and modularity.  It is important as it improves readability, reduces bugs, enhances performance, ensures software reliability, and fosters clear communication among developers. To enhance code quality, developers should focus on writing clear, consistent code, implementing testing methods like code reviews, and utilizing node package managers (npm) such as Prettier, which can assist developers in maintaining a program format in group projects or Jest, a software testing app for code. Developers can create By prioritizing code quality, developers can create high-performing, dependable, and maintainable software that satisfies user needs and promotes a good development experience.

Helpful Resources :

https://www.sonarsource.com/learn/code-quality

https://www.freecodecamp.org/news/what-is-npm-a-node-package-manager-tutorial-for-beginners

https://www.w3schools.com

Leave a Comment

Your email address will not be published. Required fields are marked *