this post was submitted on 04 Sep 2024
144 points (98.6% liked)
Asklemmy
43744 readers
1282 users here now
A loosely moderated place to ask open-ended questions
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- [email protected]: a community for finding communities
~Icon~ ~by~ ~@Double_[email protected]~
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Thanks man. I would much rather give my time than my money for OSS projects, but I have a lot to learn and do not match up the quality of contributions needed in said projects. I'll do what I can.
You can contribute by doing code reviews on PRs. Even if your contribution is only to ask “What does this do?” it can help locate places where code isn’t easily readable.
Obviously use your judgment, but code review commenting is a nice way to get up to speed on a project, improve your own coding skills, and is valuable to the project too.
I had an apprenticeship once at a dev shop where everybody was leagues above me. As basically the lowest-level coder both in status and in skill, I was surprised to find out my “curriculum” included doing code reviews on very senior people’s code.
Now I swear by the practice. It’s kinda like anyone can be a therapist if they know how to listen. Anyone can provide value with code review if they keep their eyes open and communicate honestly.