02-06-2012, 08:40 AM
(02-06-2012, 08:24 AM)BreShiE Wrote: Yeah that's the most productive way, but I did it the way I did to learn from it, which I did. So what's so wrong with it? Haha.
Learning in itself is good, but if you look at it in a different light, it's probably more productive to learn the most optimized method of code for a particular function, as some methods are better than others. For reasons of performance, speed, safety/exception handling, memory & cpu conservation, etc...
With making a web request, see I would suggest multi-threading as well. Partly for speed, but also to prevent the GUI from locking up.