this post was submitted on 07 Feb 2024
27 points (96.6% liked)

Programming

16212 readers
129 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 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 30 points 4 months ago* (last edited 4 months ago) (1 children)
  • Start with an ambitious project
  • Get stuck
  • Curse everything about said language or framework, "why did they do it like this"
  • Read the docs and find out why they did it like this
  • Feel stupid
  • Finish the project (or at least the part you actually cared about) with your new knowledge
  • Feel smart
  • Repeat until you know said language or framework
[–] [email protected] 2 points 4 months ago (2 children)

Easy to get caught in a perpetual loop with steps 4 and 5

[–] [email protected] 6 points 4 months ago

You should be learning a bit more with each loop though.

Even banging your head on the wall against something eventually gets you somewhere.

[–] [email protected] 5 points 4 months ago

I get stuck at step 2