CodeAesthetic

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

:

.

1
1x1
Abstraction Can Make Your Code Worse
Episode overview
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
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
I'm a Never Nester and you should too.
1x4
The Flaws of Inheritance
Episode overview
Let's discuss the tradeoffs between Inheritance and Composition
1x5
Don't Write Comments
Episode overview
Why you shouldn't write comments in your code (write documentation)