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
Would it make sense to split the frontend from the backend code? Right now they are mashed together and luckily Ember does not expect the source code to be in the src folder too, but there is no clean separation.
We could either move both into separate repositories or at least use separate folders with a common README file. Since the API isn't particularly stable yet the second solution might be better although I would prefer the first one in the long term.
The text was updated successfully, but these errors were encountered:
I personally kinda like having all the code in one repo for now (none of it's that big), but being a little more explicitly about what's in what directory would be fine by me (e.g. reorganizing the internal structure)
Would it make sense to split the frontend from the backend code? Right now they are mashed together and luckily Ember does not expect the source code to be in the
src
folder too, but there is no clean separation.We could either move both into separate repositories or at least use separate folders with a common README file. Since the API isn't particularly stable yet the second solution might be better although I would prefer the first one in the long term.
The text was updated successfully, but these errors were encountered: