Closed EliaoHame closed 1 year ago
Hello @EliaoHame :wave:
A "box" is an abstract concept for a place where you keep things, related to a specific concept.
For example, Django, as a framework, gives you multiple boxes:
And when we are talking about "boxes" in the Django Styleguide, we are saying that we need to define our own "box", for where to keep business logic - the so-called services & selectors.
That's about it.
got it. thanks
what is the specific meaning of boxes mentioned in the article? can you give an example?