Back to Browse

Fix The Call Super Anti-Pattern With The Template Method Pattern | Python Example

2.2K views
Jun 25, 2022
10:23

Learn what the call super anti-pattern is and why it's a problem, and how to fix it using the template method design pattern, with all concepts demonstrated using Python. Call Super Anti-Pattern Source Code: https://github.com/portfoliocourses/python-example-code/blob/main/anti_patterns/call_super.py Template Method Design Pattern Source Code: https://github.com/portfoliocourses/python-example-code/blob/main/design_patterns/template_method.py Check out https://www.portfoliocourses.com to build a portfolio that will impress employers!

Download

1 formats

Video Formats

360pmp417.8 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Fix The Call Super Anti-Pattern With The Template Method Pattern | Python Example | NatokHD