
Software Design Anti-patterns
Coding Blocks
00:00
The Abstract Inversion Is Making Things Less Clear Than Easier
We're going to look at some of the biggest patterns that we might face. We'll start with abstraction inversion, and then move into anti-patterns. Let's say i ask you to implement two functions. The first function needs to output, needs to print out text to the consul,. Then the second one needs to printout formatded text to the Consul. But rather than calling the more complex one from the simple one, instead of the other way around, we're having the normal one called the pretty print. Does that make sense?
Transcript
Play full episode