this post was submitted on 03 Jul 2023
22 points (95.8% liked)
Ask Experienced Devs
1064 readers
1 users here now
Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Lots of good advice already in this thread, but I'll add: Try interesting professional practices in your personal projects. Try to build your code test driven development, write a contributing guide, keep a changelog, set up automated testing, set up static code analysis, generate a coverage report.
These habits certainly aren't needed for your hobby coding, but they can teach you things about how your coding style compares to others (and be sure to add any you've done to your resume, of course!)