johnameyer / cards-ts

A card game framework and various games in Typescript. The framework allows for bot development and playing card games in the terminal or in a browser.
6 stars 2 forks source link

Reduce handler arguments and responses boilerplate #125

Open johnameyer opened 2 months ago

johnameyer commented 2 months ago

Today, we have to define separate handler params and handler files. It would be ideal to merge into one declaration and even merge with the definitions of #124