this post was submitted on 03 Nov 2022
1 points (100.0% liked)
General Programming Discussion
7792 readers
8 users here now
A general programming discussion community.
Rules:
- Be civil.
- Please start discussions that spark conversation
Other communities
Systems
Functional Programming
Also related
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
Hmmm what lang is it? It's always generally easy to read
I bascally have trouble with anything that's not like pseudo-code (i.e. Python) and C-style syntax, although I can probably read PHP too.
Oh! I'm one month late sorry, well, that's completely normal. You just need to pay attention and google as many definitions as you need to. Remember, Google is your friend here. Especially if the source code is powered by many external libraries.
Eventually with time and patience you'll be able to make a structure of the code inside your mind and from there it should be a breeze. You can also ask a contributor to guide you through the codebase and explain some things to you, they're always glad to help a potential mate :)