Code Structure #266
JigarJoshi04
started this conversation in
Ideas
Replies: 1 comment
-
you can use according to you but I use all the time above technique |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The code structure we are using is very object intensive.
We are revolving everything around the objects
Eg:
User
Some other model
This is great, but for maintenance ease, things should revolve around the business logic and should follow what I feel majority of the projects follow:
Eg:
Views
Urls
Models
Let's have a discussion around this.
Beta Was this translation helpful? Give feedback.
All reactions