Skip to content

Files

Latest commit

 

History

History

024-the-facade-pattern

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

SIMPLIFY Your Python Code With The Facade Pattern

Making your code easier to use and understand is a good thing. The Facade Pattern helps you do that by hiding the complexity of your code behind a simple interface.

Running the Code

Just run main.py!