Hacker News new | ask | show | jobs
by aslushnikov 1447 days ago
I use `mkdir -p DIRECTORY_NAME && cd $_` in bash which is not as concise but still DRY.
1 comments

This is the sort of DRY that is more dogmatic than helpful, IMO.
Quite.

DRY is a good guideline but a rubbish rule.