sdl2 icon indicating copy to clipboard operation
sdl2 copied to clipboard

Improve API

Open AmjadHD opened this issue 1 year ago • 4 comments

AmjadHD avatar Nov 16 '23 20:11 AmjadHD

The discardable don't improve the API. A check template that turns SDL_Return into an exception would. Then you can choose between discard foobar() # ignore the error and check foobar() # raises in case of error.

Araq avatar Nov 17 '23 21:11 Araq

You can already do doAssert fooBar(), $sdl2.getError().

AmjadHD avatar Nov 19 '23 07:11 AmjadHD

Yes but that could be improved.

Araq avatar Nov 19 '23 08:11 Araq

I don't see how.

AmjadHD avatar Nov 19 '23 15:11 AmjadHD