Where Can I Get Feedback on CLI Design Choices?

0
5
Asked By CreativeUser42 On

I'm creating a command line interface (CLI) tool and I'm stuck choosing between two different approaches for user interaction. I previously posted on a forum, but I didn't get much traction, possibly because I used a poll format that didn't sit well with the crowd. I'm looking for more suitable places or forums where I can gather user feedback effectively. Any suggestions?

3 Answers

Answered By UserInsight99 On

Have you considered asking your target users directly? If you don't have any yet, that might be tricky, but gaining insights from potential users can be super beneficial.

Answered By CLIWizard88 On

You know, just build it in a way that feels right to you. If you enjoy using it and find it intuitive, chances are others will feel the same. Focusing too much on what others might like could lead you off track.

Answered By CodeAdventurer77 On

Since your audience is likely people who use CLIs, check out similar existing tools. Look at their options and functionalities. Tools like `tar` and `gcc` might offer complexity that resonates with what you’re creating. Also, consider whether you want both short and long command options or perhaps a config file for defaults. If you can’t create a helpful man page for it, then you might need to clarify your own design requirements first.

ToolBuilder11 -

I appreciate your input! Just to clarify, I'm more interested in deciding between two specific methods for one feature, rather than overall design. They have different complexities and info outputs, and I'm weighing the tradeoffs. Any focused advice on that?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.