You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are several functions that are duplicated in the dynamic and taxbrain apps. Further, several variables, functions, and classes in taxbrain are imported into dynamic. I think we should move this code into a utilities app named something like "core" or "utils."
Once we've accomplished this first part, we should begin looking at code in the views.py and models.py modules and thinking about how we reduce the amount of redundant code.
There are several functions that are duplicated in the
dynamic
andtaxbrain
apps. Further, several variables, functions, and classes intaxbrain
are imported intodynamic
. I think we should move this code into a utilities app named something like "core" or "utils."Once we've accomplished this first part, we should begin looking at code in the
views.py
andmodels.py
modules and thinking about how we reduce the amount of redundant code.cc @codekansas
The text was updated successfully, but these errors were encountered: