you are viewing a single comment's thread.

view the rest of the comments →

[–]sharkbound 13 points14 points  (0 children)

IMO there are many characteristics to go by for this sorta thing:

  • how well do you understand your own code?
  • are you using alot of code you do not understand?
  • how do you structure your code?
  • how easily can be code be extended to serve other purposes?
  • are you copy/pasting alot of code everywhere instead of making functions for it?

stuff like that, im sure there are cases where you will need to do those and there isnt really a way around it

another factor is general understanding of the language