Hacker News new | past | comments | ask | show | jobs | submit login

It's a matter of recognizing your use case. If you're going to write a program that you expect to maintain for years, sure, go ahead and make it as verbose as possible. Unix tools support this with long-form flags (usually prefixed with -- rather than -). On the other hand, if you're doing exploration and iterating interactively on the fly (which bash is best at) then you want very terse syntax to keep lines short.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: