this post was submitted on 05 Jan 2025
197 points (98.0% liked)

Programming

17748 readers
615 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 2 years ago
MODERATORS
197
submitted 2 days ago* (last edited 2 days ago) by [email protected] to c/[email protected]
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 2 days ago (1 children)

Think about the wording of the headings so that they communicate as much as possible without sacrificing brevity.

Which of these tutorials would you rather read?

  1. Go
  2. Installation
  3. Hello, world!
  4. Deployment

Or this?

  1. Why Choose Go?
  2. Install Go 1.23
  3. Create a Basic “Hello, World” Go App
  4. Deploy Your App to the Web

honestly, neither of those? I get the general point, the first one looks careless and vague, but the second one looks AI generated and needlessly long, hard to skim for what I'm looking for. Why do the headers say Go 3 times when I already know I am in a Go article? Why is the specific version in that one header (even if you will be pointing them to a specific one in the content)?

[–] [email protected] 8 points 2 days ago

I got the same sort of impression in the "Write for beginners" section. The "good" example is like 3x as long but contains less actual information. The reader is already looking up a tutorial, you don't need to sell them on what they're about to do with marketing speak. I've really come to value conciseness in recent years.