NeuronRobotics / NrConsole

This is the console application in Java for interacting with Bowler devices.
2 stars 0 forks source link

Add stack trace to unimplemented buttons/features #6

Closed madhephaestus closed 9 years ago

madhephaestus commented 10 years ago

For any feature that you have not yet implemented but the button is visable, add the line:

new RuntimeException("Description of what this is Issue #6").printStackTrace();

Also, if it is a hardware interaction that I need to implement, assign me an issue to resolve it. Put the Issue number in the stack trace for bonus points ;)