Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.

Instruction

KISS

You might have heard of the KISS principle, which is an acronym for Keep It Simple Silly. In this lesson, we are going to look at how you can apply that principle to your code.

Before we start though, keep in mind that KISS doesn't necessarily mean less code. It just means focusing on simplicity.

While the goal is to avoid complexity, there may be times where you can't s...