this post was submitted on 10 Jun 2023
14 points (100.0% liked)

Programming

13368 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 3 points 1 year ago (1 children)

That was a fascinating writeup, and those interjections of dialog were great! Never used elasticsearch, but I can definitely empathize with work grinding to a halt because a library has incomplete or outdated documentation. Missing object structure for a function's parameter was a recent one for me as well.

It's so bad I no longer even try looking for an official doc before going to chatgpt. Way more often than not it gives an explanation and sample implementation faster than searching for existing resources, and it's also so nice to just be able to ask a follow-up question and immediately get an answer.

[โ€“] [email protected] 2 points 1 year ago* (last edited 1 year ago)

I needed to do somewhat more advanced stuff with matplotlib for school and was amazed that there are only very basic examples in the docs (and parameter descriptions, but those are not always helpful). The elastic docs take the cake here, though.