2

Don't have a manger/boss/mentor. Please give me an advice (coding/best practices, no 'life is to be lived' shit) which will help me in the long run.. Thank you..

Comments
  • 2
    Fully understand the need/problem of the customer/requestor before you write a single line of code or design anything in your head; understand first then solve.
  • 1
    Design patterns
    clean code
    tdd
  • 1
    Write comments. Someone will be thankful.
  • 2
    Document your code, even if it's just for you. The amount of code I've looked at a year later and had no idea what I was thinking is unreal
Add Comment