django-planet
May 16, 2024

State Design in Django – Part 1

published by leandrofga
in blog Django – Dev Alvernaz
original entry State Design in Django – Part 1

This will be a 4 part series on how to integrate State Design in Django. In this first segment, I’ll start by showing how State Design could be applied to python. Introduction State Design is a popular design pattern that allows an object to alter its behavior when its internal state changes. It’s particularly useful […]