you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 1 year ago (2 children)

While that's true and I do document my code, I still get the urge to rewrite big parts of it. In the end I will in fact rewrite it, but that's because I want to turn the original version of the code into a more general system that I can then use for my future work/projects.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 1 year ago (1 child)

    As long as you're doing this for fun/function and not because you're embarrassed, then that's fine. :p I wrote my own tween library in javascript purely because that just sounded like a great weekend, haha.

  • source
  • parent
  • hideshow 1 child comment
  • I will turn it into a general system for two reasons:

    1: Because I know I can rewrite my old code in much better quality

    2: Because this is something that I and my work colleagues may need regularly, so we dont have to rewrite it from scratch every time.

  • source
  • parent