this post was submitted on 19 Jun 2023
13 points (93.3% liked)
Open Source
31197 readers
181 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
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
All right, that's an argument. Also, having fun from coding is also a valid argument. Though, from my experience, it is easier to start learning programming from some simple, isolated cases, as in thextbooks, than from real life programs, which can be very nasty and domain-dependent.
To start learning yes, but as I’ve gotten more experienced I find myself getting a lot more value out of real life examples. Cracking open a git repo and seeing how they did something can save me hours of reading documentation or at least give me a better context to grasp it. People learn differently from each other, and also themselves at various stages of their understanding.