Click to Play!

Tuesday, October 14, 2014

Improving Coding Skills


     One big thing that keeps popping up as I work is how much more organized I'll have to be for the next project. After every project I learn to prepare the next to take some concept into consideration when making connected scripts and folder hierarchies. Every code library is neater than the last and now that I've had practice with an RPG scale game's code, I can make a much more organized workspace.

     This is a big deal because Unicorn Training is currently a mess behind the scenes. Debugging is tedious because I have to alter every instance of copy/pasted code when I should have central scripts multiple objects can point to. I should have been more careful about the variable names and comments because now when I go to fix a script from 6 months ago I can't tell what all the pieces do.

     I had to Frankenstein a bunch of code together and patch on tons of fixes I never thought of. I will have a better start next time if I keep all these things in mind. In some ways my code is better than ever, but in others it's atrocious and needs to be improved. It's that constant drive to always do better.

No comments:

Post a Comment