...

/

Sparking Joy in Code

Sparking Joy in Code

Let's learn how you can spark joy in our code.

We'll cover the following...

Avoid hasty abstractions

“Hell does not understand my own code.”

- Kyle Simpson

Code is read more than it is written. If your code isn’t a joy to read, it will be difficult to use and dreadful to refactor. Avoid hasty abstractions as much as possible.

We constantly need reminders to avoid code complexity:

...