Search Results

3
votes
17answers
717 views

What is your preferred pastime programming project?

By pastime programming project, I refer to any programming you do that's in your spare time and not work-related per se, although what is learned can be applied to work. I like using …
0
votes

What is the worst software idea you’ve had?

Mine is rewriting the XML parser in Actionscript 3 using a lot of recursion to copy XML objects into standard Objects, without really considering the existing methods of reading XML data, which wer …