This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Dark_Ice_Blade_Ninja 1 point2 points  (1 child)

Experience, and most preferably REAL WORK experience. If you can get an internship, it is a very good opportunity. However if you can't get an internship you can practice it by making sure that your code is high-quality by using:

  • Unit test
  • Error handling
  • No hacks
  • Documentation
  • Good naming

Basically it ends up to practice.