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
love your work, but I have an observation to add, from my experience.
It seems like everything is organized in "feature" packages (e.g. movies, login, etc.). This doesn't seem a good idea to me, since feature can sometimes require other data. Data required for a specific feature might not be 1:1.
For example, let's say you had a feature songs and home. Home screen would show most popular songs and most popular movies. How would you organize code in that case? Should home depend on other features - songs and movies? What if songs has no UI, should it still be considered a feature?
The text was updated successfully, but these errors were encountered:
Hey,
love your work, but I have an observation to add, from my experience.
It seems like everything is organized in "feature" packages (e.g.
movies
,login
, etc.). This doesn't seem a good idea to me, since feature can sometimes require other data. Data required for a specific feature might not be 1:1.For example, let's say you had a feature
songs
andhome
. Home screen would show most popular songs and most popular movies. How would you organize code in that case? Shouldhome
depend on other features -songs
andmovies
? What ifsongs
has no UI, should it still be considered a feature?The text was updated successfully, but these errors were encountered: