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
Using the new file system, I opted to not automatically resolves path. I think experiences this year proved me it's better to be a bit more descriptive than hiding too much logic behind the scene.
Although this doesn't mean we should be super verbose all the time:
So we want helper methods to join paths with source, destination, cache (and remote or are they the same?).
I'm also unsure the vocabulary we use is the best. "source" is actually the template/ directory, and destination is the project folder. So, should we be more semantic in the way we name them?
Using the new file system, I opted to not automatically resolves path. I think experiences this year proved me it's better to be a bit more descriptive than hiding too much logic behind the scene.
Although this doesn't mean we should be super verbose all the time:
So we want helper methods to join paths with source, destination, cache (and remote or are they the same?).
I'm also unsure the vocabulary we use is the best. "source" is actually the
template/
directory, and destination is the project folder. So, should we be more semantic in the way we name them?I'd like your opinion on that!
The text was updated successfully, but these errors were encountered: