this post was submitted on 10 Jul 2023
855 points (97.7% liked)

Programmer Humor

32051 readers
1772 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] RogueTyre@lemmy.fmhy.ml 11 points 1 year ago (1 children)

When it comes to things that I am not familiar at, going through documentation is quite tedious and feels like walking blind just feeling things. Having a small easy to understand explanation helps a lot even if I have to then further look it up on documentation.

[โ€“] xpinchx@lemmy.world 5 points 1 year ago

I do things probably the stupidest way imaginable and find someone's git project using a library I need to use and see how they used it.

People that release libraries with demos and use cases are angels, in my eyes at least.