ponder icon indicating copy to clipboard operation
ponder copied to clipboard

Replace exceptions with tryGet

Open billyquith opened this issue 4 years ago • 0 comments

Users would prefer not to have to use exceptions (see #53). Use "tryGet" mechanism to get values instead of throwing exceptions. Exceptions are inefficient and wrapping them is tedious. Also some applications (like games) don't want to use exceptions at all.

billyquith avatar Oct 06 '20 17:10 billyquith