this post was submitted on 23 Sep 2023
-1 points (33.3% liked)

Programming

17390 readers
148 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
 

A lot of developers are helping the community by making their source code public or publishing packages to npm or something like that. Are there other ways to help? Like helping to find a bug, discussing about how to setup an application for a certain use case or anything like that? Answering questions on Stack overflow is an example but is that the best way?

top 2 comments
sorted by: hot top controversial new old
[โ€“] UndercoverUlrikHD@programming.dev 0 points 1 year ago (1 children)

Documentation is a big thing that's unfortunately often overlooked. It's not as sexy as adding new features or fixing elusive bugs, but it can really make or break a project for others to use.

[โ€“] jeffhykin@lemm.ee 1 points 1 year ago

And not even documentation, even just adding examples without explaining anything can be so incredibly helpful.

There's a whole bundle of tools that will never be used because its too difficult to figure out how to use them.