Split the code into sections based on the business entity or object it is related to. - users_dir -- controller -- model -- crud - some_other_object -- controller -- model -- crud
Split the code into sections based on the business entity or object it is related to.
users_dir
-- controller
-- model
-- crud
some_other_object
-- controller
-- model
-- crud