Closed Freed-Wu closed 2 years ago
The change looks good, but I can definitely see myself looking at this in 3 months and wondering "why do we have this set command here?".
set
Can you think of a way to briefly document this inline? Maybe a comment above each command? Or maybe:
sed ....
preserve_url_hash
echo "$(preserve_url_hash) ..."
Okay :smile:
The change looks good, but I can definitely see myself looking at this in 3 months and wondering "why do we have this
set
command here?".Can you think of a way to briefly document this inline? Maybe a comment above each command? Or maybe:
sed ....
string in a function called maybepreserve_url_hash
echo "$(preserve_url_hash) ..."