add void repo files
This commit is contained in:
parent
80ef6e92c4
commit
11895a94c4
148 changed files with 15344 additions and 0 deletions
|
|
@ -0,0 +1,17 @@
|
|||
# SIMPLIFY Your Python Code With the Facade Pattern
|
||||
|
||||

|
||||
|
||||
## Metadata
|
||||
- Author: [[Isaac Harris-Holt]]
|
||||
- Full Title: SIMPLIFY Your Python Code With the Facade Pattern
|
||||
- Category: #articles
|
||||
- Document Tags: [[dev]] [[dev/design-patterns]]
|
||||
- URL: https://www.youtube.com/watch?v=tCzmda1VCUQ
|
||||
- Archive: https://web-archive.alecodes.page/bookmarks?bf=1&search=&title=SIMPLIFY%20Your%20Python%20Code%20With%20the%20Facade%20Pattern
|
||||
> [!tldr]
|
||||
> The facade pattern is a design approach that simplifies complex code by providing a user-friendly interface. It helps developers hide underlying complexities, making it easier to work with libraries and frameworks. By using this pattern, you can create cleaner and more efficient Python code.
|
||||
|
||||
## Highlights
|
||||
You could think of the facade pattern almost like a wrapper around one or many complex subsystems making them **easier to interact with**. [View Highlight](https://read.readwise.io/read/01j5qry2jq70c28ebz4zdeqe8z)) [[dev]]
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue