aqtech-ca / mctreesearch4j

MIT License
7 stars 1 forks source link

Avoid elvis operator for error throwing - better design #23

Open larkz opened 3 years ago

larkz commented 3 years ago

For every elvis operator with an Exception, note that the current Unit tests do not pick this up when the code fails. Could we do something different, or edit the Unit tests in the app accordingly?

_Originally posted by @larkz in https://github.com/JunTaoLuo/KotlinMCTS/pull/20#discussion_r593971240_