this post was submitted on 24 Oct 2023
865 points (93.0% liked)

Programmer Humor

19187 readers
1164 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] marcos@lemmy.world 15 points 11 months ago (2 children)

The manual is usually not wrong.

[–] Skyrmir@lemmy.world 11 points 11 months ago (1 children)

Have you read Microsoft manuals?

[–] marcos@lemmy.world 6 points 11 months ago (1 children)

Ok, I'll use the "usually" wildcard to absorb this one.

Odds are that ChatGPT can help you better with C# than the documentation. It's also easier to navigate because you only need to know the answer before being able to make a good question, while merely knowing the answer and having a search engine won't help you find the right Microsoft doc.

[–] PixxlMan@lemmy.world 2 points 11 months ago (1 children)

The docs for C# are stellar imo

[–] marcos@lemmy.world 1 points 11 months ago

You talk about their location?

[–] moonpiedumplings@programming.dev 1 points 11 months ago

Sometimes whatever you are working with will have outdated or really poor docs, so an advanced internet info aggregator is useful in that sense.

I started learning nix before chatgpt and it was a nightmare. I had to continually ask for help on discord, of all places, for things that should really be in the docs.

Chatgpt makes nix easier, except not really because it's info is outdated a lot of the time.