Functions - Clean Code, Chapter 3

Functions are the first line of organization in any program. This chapter focuses on how to write them well.

How to automate component creation in React

Generate new components without having to import basic libraries and write boilerplate code

How to name variables, functions, etc - Clean Code, Chapter 2

This chapter contains ideas on how to communicate your code's intentions through names

What is Clean Code and why use it? - Clean Code, Chapter 1

This chapter creates the concept of Clean Code and defines the reasons for it's existence