Clean Architecture vs Django’s Pragmatic Design

preview_player
Показать описание
Clean Architecture is a hot topic in the programming world right now. But how do you decide if you should follow it with pragmatic frameworks like Django? Watch this short to find out!

🎓 Courses:

👍 If you enjoyed this content, give this video a like. If you want to watch more of my upcoming videos, consider subscribing to my channel!

#arjancodes #softwaredesign #python

DISCLAIMER - The links in this description might be affiliate links. If you purchase a product or service through one of those links, I may receive a small commission. There is no additional charge to you. Thanks for supporting my channel so I can continue to provide you with free content each week!
Рекомендации по теме
Комментарии
Автор

@arjanCodes It would be awesome a more through guide on structuring a project with django (in a reusable and decomposable way). We have been building things here by adopting some ideas (from DDD/Clean) that do make things a bit more complicated in hope that it's going to pay in the long run. Things like trying to isolate domains on different django apps and not using DB FKs for some of the relationships we mantain the app.

gustavogawryszewski
Автор

Flask be like: "You guys impose architectures!?"

manomancan
Автор

A #clean #architecture on a single example in #flask would be a hit. There is not a lot of it, and it needs to be explained well in order to make it comprehensible to beginners.

Автор

Don’t use a hammer when you need a mallet.

lucai
Автор

What specifically are you talking about because things like layered architecture with ioc help improve reusability

tomveilleux