Comment on What helps people get comfortable on the command line?
excel@lemmy.megumin.org 1 year ago
No need, GUIs are better for most tasks.
Comment on What helps people get comfortable on the command line?
excel@lemmy.megumin.org 1 year ago
No need, GUIs are better for most tasks.
philm@programming.dev 1 year ago
It really depends. Maybe developing something like a game will require (almost) no CLI.
But do a little bit more server stuff, dev-ops, and you can literally not even do the job without cli.
Though in general, CLI is often better for the task, it often can easily be automated (via scripts etc.), which seems to be relevant for a lot of tasks programmers do…