10

I'm currently at this state:
I'm balancing out two things!
- being an idiot and doing obvious mistakes.
- being skilled and creating smart tricks to speed up development.

Everytime I learn more tricks I also get more opportunities to do obvious mistakes.

Comments
  • 1
    Is there even a difference between a smart trick and an obvious mistake.
  • 3
    @electrineer I mean:
    - smart trick: saves time and you don't do the same things over and over again
    (Writing scripts or using special shortcuts)
    - obvious mistake: forgetting a symbol that is important for the code to work!
    For example "common regular expressions for django or other frameworks" if you forget a small symbol or whatever it just doesn't work
Add Comment