this post was submitted on 29 Mar 2024
921 points (97.1% liked)

Programmer Humor

32054 readers
1380 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
[โ€“] [email protected] 22 points 5 months ago (1 children)

I feel like most of my googling of simple code is because I know what I'm trying to do, but I don't remember the correct function name and or language structure for the language I'm currently using.

[โ€“] [email protected] 3 points 5 months ago

This is about 50% of what I use ChatGPT for. Something I've done many times before, but I just need a quick reminder about the exact syntax.

The other 50% is just creating DTOs that have properties that are suitable for parsing JSON or XML or can be used to dump data from SQL into. The boring shit.