I'd focus on truly understanding how stuff works before implementing them.
I started working in my late teens but most of that work was pasting jQuery stuff without properly knowing how JavaScript worked. I'd just be happy that a hover or .show() worked and moved to the next task at hand.
That got me paid but I only started making real progress in my career when I started learning the basics and actually paying attention to what I was adding to the codebase.
Thanks for sharing Vitor! Yeah, I was also caught in this trap sometimes of just trying to get things done, instead of trying to also get a deep understanding of how things work.
I think people that enjoy being productive sometimes suffer from this.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I'd focus on truly understanding how stuff works before implementing them.
I started working in my late teens but most of that work was pasting jQuery stuff without properly knowing how JavaScript worked. I'd just be happy that a hover or
.show()worked and moved to the next task at hand.That got me paid but I only started making real progress in my career when I started learning the basics and actually paying attention to what I was adding to the codebase.
Thanks for sharing Vitor! Yeah, I was also caught in this trap sometimes of just trying to get things done, instead of trying to also get a deep understanding of how things work.
I think people that enjoy being productive sometimes suffer from this.