W04 Assignment: Code Review
W04 Assignment: Code Review
As
define by W3Schools, “bootstrap is used for developing responsive and
mobile-first websites.” It is pretty similar in some ways to Atomic, BEM, and
Bulma with their classes are organized in blocks. My experience was
incredible. Atomic CSS acts like the CSS in-line style is used mostly
for things such as media queries, while the BEM is a method that helps
developers write codes that are simple to reuse and share, and Bulma on the
other side is a method that allows the webpage to adjusts the width of a page
element based on the width of its container
Bootstrap
files and folders are well organized, easy to find on their website, and ready
for download. The “examples” folder contains several types of forms that any
developer can consider as a prototype in order to build something more
customized. Another CSS architecture style is the SASS. Being an extension of
CSS, SASS helps developers write CSS quicker in an elegant style by producing a
very clean environment through the manipulation of the value of some variables.
The knowledge of Bootstrap combine with SASS gives developers the ability to
change any given web framework by simply customizing its SASS code.
The
predefined CSS elements make it very easy for developers to have a consistent
website across different devices. All a developer has to do is to change the
classes of the HTML elements. In this way, the HTML file is separated from all
the other code files such as the CSS and JavaScript, and the work environment
is kept clean. Files in this manner are relatively small and quick to be
accessed by the computer memory.
Comments
Post a Comment