-
Hi, I have a small query regarding structuring modules & common services. I have some modules where they have some common functions (like helpers, utilities, external services etc.) shared. I currently kept them at App namespace as it seems to be a good place to me. What would be the ideal place to put these common functions in?
|
Beta Was this translation helpful? Give feedback.
Answered by
dcblogdev
Jul 11, 2022
Replies: 1 comment
-
I think they are fine to go into app, I'll often do that or create an admin module that acts as a global place for all my application specific code to go. Either if fine I feel like app seems like a better place |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dcblogdev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think they are fine to go into app, I'll often do that or create an admin module that acts as a global place for all my application specific code to go. Either if fine I feel like app seems like a better place