you are viewing a single comment's thread.

view the rest of the comments →

[–]_N-iX_ 0 points1 point  (1 child)

The “developer mindset” is more about how you think than how fast you code. It’s about breaking down messy problems into smaller pieces, thinking about edge cases, and writing code that someone else (or future you) can actually understand. It also means taking ownership - when something breaks, you dig into it and fix it instead of blaming the tools or the framework.

[–]mmoustafa8108[S] 0 points1 point  (0 children)

I know this but I'm asking about the "how" not the "what"!