Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I've only dipped my toe into Snapchat a few times, but you are spot on with your description of the UI.

However, I think your description also fits CLI's which has always led me to wonder if maybe Snapchat's UI is really a way forward as a "native mobile" CLI of a sort.

We're already seeing things like pinch-to-zoom, swipe to move next, etc. being taken and recombined for all sorts of apps.



The CLI is self-documenting. xyz --help, -h or --help | grep 'abc', along with man xyz gives you everything you need to know.

This is probably one of my favorite things about the CLI versus GUI. There is nothing worse than working with cli apps that have weird incantations.


Maybe it's been a while since you used a CLI when you weren't intimately familiar with it, or maybe it has been a while since you used an application that deviates from the -h standard (or that doesn't provide a manpage, opting instead for info), but I'd really hesitate to call this process self-documenting for anyone that doesn't already know the tool.

I've been using command-line interfaces for a pretty long time now, and I'm incredibly thankful that these days I can look something up on the internet and generally find a list of some examples on how to use things. Man pages are generally incredibly verbose in all the wrong ways (far too much information, far too little that you actually want) and the -h switch at best gives you some flags and descriptions that are fundamentally too short to teach you anything useful. There is no real global standard for what kind of flags or inputs do what things (for example, far from every program with a CLI interface will actually accept "-" as an input file even though that's one of those things a lot of people use and should therefore be pretty obvious), further obfuscating the core workings of anything you might be using.




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

Search: