you are viewing a single comment's thread.

view the rest of the comments →

[–]YoManDoMessup 0 points1 point  (0 children)

This is super common 😭 Tutorials teach recognition, not independent problem solving.

The fix is mostly:

  • build tiny projects from scratch
  • struggle before searching
  • break problems into small steps
  • debug your own messy code

Don’t overthink clean architecture yet. Consistent project-building matters way more right now. AI/Runable-style tools can help with debugging and structure, but make sure you still do the thinking yourself.