04-21-2011, 12:39 AM
(04-20-2011, 11:08 PM)The High Roller Wrote: Sure, why not. At least the code ain't broken.
Whatever floats your boat.
Code isn't broken, but good programmers always clean up their code. Instead of making a list of strings individually for example, we use string arrays instead. It shortens the code, and makes things a bit tidier.