Author | Message |
---|---|
J3lack_Samurai
Posts: 2
|
Posted 18:16 Sep 15, 2017 |
not sure if anyone else did or if needed, but do we need to validate everything? or should we assume things will be input correctly as a test (such as the format of the date and attack #) |
jhurley
Posts: 207
|
Posted 19:24 Sep 15, 2017 |
It would be best to validate the integer inputs, but I did not think to put that in the instructions so it is not required. Validating the string input date would probably require material (exception handling) that I had not covered when I introduced the lab, so you can do it as an exercise if you want to but it is not required. |