Menu

Config looks so much cleaner than hardcode

I just added a config.ini file to the project, which I read from to establish the obscene multitude dropdown boxes. It makes me so much happier looking at my code to see dropdownDefaults.get(String), rather than new String[]{String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String,...}

The fact that updating the dropdown lists will be even easier is a side bonus :P

Posted by Brian Shields 2008-03-12

Log in to post a comment.