Chapter 13. Code Optimization
This chapter is about building code and the processes that are related to every step of creating the code in general. There are a few general stages of this process and we will study how we can optimize code at each of these steps.
In this chapter, we will cover the following topics:
- Code optimization at each step of creation
- How to keep code in your repository
- How to optimize SASS code
- How to use short forms in CSS/SASS code
- How to prepare code for production