1197
submitted 1 year ago* (last edited 1 year ago) by mypasswordis1234@lemmy.world to c/opensource@lemmy.ml

I beg you, if you are a developer of an open source app or program - add screenshots of your app to the README file. When looking for the perfect app, I had to install dozens of them just to see what the user interface looked like and whether it suits me. This will allow users to decide if the app they choose will suit them... Please, don't think about it, just do it....

you are viewing a single comment's thread
view the rest of the comments
[-] CombatWombatEsq@lemmy.world 99 points 1 year ago

Me, developing a headless component library:

[-] corytheboyd@kbin.social 40 points 1 year ago

To be that dick, a headless component library is still meant to do something, show an example of it being used!

[-] CombatWombatEsq@lemmy.world -4 points 1 year ago

What would the world even be like without people feeling the need to be a dick about an obvious joke ๐Ÿ˜˜

[-] herrvogel@lemmy.world 27 points 1 year ago

If you've written a "usage" section that showcases more than one uselessly simple example that doesn't even work in the project's current state, you're already far ahead of the average.

[-] CombatWombatEsq@lemmy.world 2 points 1 year ago

This is how I generally write documentation for my projects: https://tybalt.org

[-] CoderKat@lemm.ee 16 points 1 year ago* (last edited 1 year ago)

Even for a CLI tool, there should be a real world example showing how it works and what the output looks like. Eg, for jq:

$ cat file.json
{"field: "value"}
$ jq '.field' file.json
"value"

And a few other examples.

[-] CombatWombatEsq@lemmy.world 9 points 1 year ago* (last edited 1 year ago)

I feel like maybe you don't know what a headless component library is. A cli has a head -- the terminal. Headless applications, by definition, have no visual portion. For instance, a headless browser is a browser where the web page renders in-memory, but never displays any content. A headless component library, then, is one where the implementor doesn't provide anything visual, only behavior. For web dev, is very helpful -- the library implementator writes all the js, but the css and html (the "head") are left to the user for use. The best headless component libraries, then have nothing to screenshot without the user supplying some implementation.

this post was submitted on 14 Aug 2023
1197 points (97.8% liked)

Open Source

29688 readers
72 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS