Slashdot Mirror


User: BladeMelbourne

BladeMelbourne's activity in the archive.

Stories
0
Comments
376
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 376

  1. CLI tools and GUI tools have different purposes. on Are GUI Dev Tools More Advanced than CLI Counterparts? · · Score: 1

    As a Windows expert/Linux newbie with some Human Computer Interaction study under my belt, I have to say the CLI has the following features/requirements:
    * High information load required for operation.
    * Medium levels of feedback given.
    * High levels of efficiency.
    * Low levels of flexibility.
    * High levels of consistency.

    GUI (Direct Manipulation) has the following features/requirements:
    * Low-Medium information load required for operation.
    * High levels of feedback given.
    * Low levels of efficiency.
    * High levels of flexibility.
    * Low levels of consistency.

    While these are generalisations, I think CLIs are more powerful for the user who is prepared to learn the syntax, whereas GUIs are ideal for the less experienced user and for prolonged use of the interface.
    Most GUI designs are shocking, but they are improving slowly. CLI and GUI have different purposes and different requirements, with a small overlap in between.