31
vane
3y

1. Trust no one even yourself
2. Ask questions even if they are stupid
3. Test your solutions, even manually
4. Write comments
5. Take your time to solve problem, even if it looks like easy see point 1
6. Take some time during work to get familiar with code and read something about technology that is part of your current work - even if you know it - see point 1
7. Always try to see a big picture - see point 2 - why is it implemented is more important then how is it implemented

Comments
  • 1
    @vane What're your thoughts on remembering the way of solving, when a similar type of problem is encountered in future?
  • 2
    @RikaroDev See point 7 - remember why something was implemented.
Add Comment