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
Seeing the number of `cd` commands made me concerned that this might be challenging to maintain (there are also `cd`'s in the scripts). Would it make sense to remove the nested `cd`'s in the script files sourced here to make directory control "single-sourced"? Generally, where you can, I recommend running all scripts as though they were run from the same location (instead of from within the nested directories), referencing full paths from the context of the project throughout. I bring this up out of care for the development overhead which multiple directory location / relocations can cause.
Originally posted by @d33bs in #8 (comment)
The text was updated successfully, but these errors were encountered: