Shubham Sharma

Results 4 comments of Shubham Sharma

> Please dont delete any unreachable code since these are probably part of some unfinished module. I would be happy to keep them as they are for now with a...

> Please dont delete any unreachable code since these are probably part of some unfinished module. I would be happy to keep them as they are for now with a...

> Unreachable code, like the formAdmissionPresenter portion. I think that code can be removed as program control never reaches `view.enableSubmitButton(true)` because `error(errorMessage)` throws `IllegalStateException` and program terminates.

and in `PatientBirthdateValidatorWatcher`, `edmonth.text.clear()` and `edyr.text.clear()` these two lines should be moved before the `error()` function. This can be counted as a bug though. Can open a new PR if...