CodeAesthetic

  • : 2022
  • : 5
  • : 0
  • 0
  • Documentary

:

.

1
1x1
Abstraction Can Make Your Code Worse
Episode overview
20, 2022
Adding abstraction to your code always feels like the right thing to do. But when you add abstraction, you add coupling which can often undermine the value of the abstraction.
1x2
Naming Things in Code
Episode overview
27, 2022
It's hard to come up with good names in code, but its also easy to get wrong. By looking at some examples, we can get 80% of the way there. Access to code examples, discord, song names and more at
1x3
Why You Shouldn't Nest Your Code
Episode overview
06, 2022
I'm a Never Nester and you should too.
1x4
The Flaws of Inheritance
Episode overview
22, 2022
Let's discuss the tradeoffs between Inheritance and Composition
1x5
Don't Write Comments
Episode overview
16, 2023
Why you shouldn't write comments in your code (write documentation)