Y
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
junon
1447 days ago
This is the sort of DRY that is more dogmatic than helpful, IMO.
link
bradwood
1447 days ago
Quite.
DRY is a good guideline but a rubbish rule.
link