|
|
|
|
|
by geophile
5566 days ago
|
|
A UI is great if it does exactly what you want it to do. But if not, and you want to customize at all, you're stuck. While if you're working on the command line, you can script any behavior you'd like. A command line approach is also far superior for remote operation, repetition, combining with other tools, etc., because you can script the interactions and control flow. |
|
You can express more with a grammar than without one. For example, you can express palindrome strings with a grammar, you can't with regular expressions.
We can tail off into philosophy by talking about "generative grammars" allowing you to create new ideas, and this may be what geophile says about "[G]UI is great if it does exactly what you want it to do. But if not, and you want to customize at all, you're stuck." I agree with this sentiment.