From Django class-based views to service functions

from blog Roman Imankulov, | ↗ original
Photo by Valery Fedotov If you use Django class-based views (CBV), do you feel like it takes significant mental effort to wrap your hand around the logic spread across various mixins? I have never been a big fan of Django’s class-based views (CBV) and their mixin approach. In my experience, classical function-based views (FBV) work as good as...