Quote:
Originally Posted by skillmaster19
scripting for iPhone is incredibly limited unlike pc. You have to use practically no loops or timeouts because of how slow the iDevices are. There are so few things you can do so that explains why most the items are really simple. On pc you can script rather carelessly and stuff will still work smoothly since pcs have generally much faster cpus. On iPhone you have to make a lot of optimizations so you don't lag.
|
Sorry, but lack of loops/timeouts is not an excuse to not create quality code. Some of the stuff I've seen on iEra is... urgh.
I'm not making a big deal out of it though, because all of us started out with pretty crappy code I'd imagine. I enjoy seeing new players going through the same learning process I did over 10 years ago.