|
|
|
|
|
by axod
6583 days ago
|
|
Sure. I still think it's ugly though. It reminds me a lot of an old coworkers code.
He decided to simply expose one method to his subsystem - .execute(String what, String[] args)
Then you would pass in strings to specify what you wanted it to do. It made my brain hurt for weeks. |
|