bem methodology code example
Example 1: bem css
/* Block component */
.btn {}
/* Element that depends upon the block */
.btn__price {}
/* Modifier that changes the style of the block */
.btn--orange {}
.btn--big {}
Example 2: agile methodology
By breaking down the project into manageable units,
the project team can focus on high-quality development,
testing.
1. More Control:
2. Better Productivity
3. Better Quality:
4. Higher Customer Satisfaction
5. Higher Return on Investment