Page 2 of 2

Re: Dead and deprecated code removal

Posted: Sat Feb 16, 2013 1:19 pm
by kuroukage
Awesome, thanks. I'll bookmark that site and look into it soon. How long did it take you to learn Java?

Re: Dead and deprecated code removal

Posted: Sat Feb 16, 2013 1:28 pm
by SubJunk
I didn't learn Java really. I learned JavaScript (and HTML/CSS) at first (which BTW has nothing to do with Java) then PHP, and when I started working on PS3MS I didn't know any Java - my first release was just an icon and images update, then I kept having ideas for features I wanted to use in the program so I made them by looking through the code and extending the relevant parts until I became more familiar, so I guess it was like learning on the job :) Different people learn different ways but I always found it more fun to poke around the code and edit it and test what the edit did. I don't think it's the most efficient way to learn but it's more fun for me than tutorials.

Re: Dead and deprecated code removal

Posted: Sat Feb 16, 2013 3:07 pm
by kuroukage
SubJunk wrote:Different people learn different ways but I always found it more fun to poke around the code and edit it and test what the edit did. I don't think it's the most efficient way to learn but it's more fun for me than tutorials.
That's actually the way I like to learn things. Through trial and error. It's fun poking around trying to figure out what does what and "whoops, I broke that, now how do I fix it?" I think that'll probably be the best way for me to learn coding. Using a tutorial and breaking someone else's code and trying to fix it. :P

Re: Dead and deprecated code removal

Posted: Sun Feb 17, 2013 4:37 am
by SharkHunter
I like to rephrase the question to "what harm does the deprecated code do?". If it doesn't harm UMS (which I doubt) and removing it would make working plugins useless I would say don't do it. It will make the user experience bad.

Re: Dead and deprecated code removal

Posted: Sun Feb 17, 2013 8:30 am
by SubJunk
Yeah it's a good point

Re: Dead and deprecated code removal

Posted: Sun Feb 17, 2013 11:44 am
by kuroukage
Was he wanting to remove deprecated/dead code to help optimize the speed of UMS?

Re: Dead and deprecated code removal

Posted: Sun Feb 17, 2013 12:11 pm
by SubJunk
It wouldn't impact the speed. It would make the filesize smaller and the code cleaner