the-dr-lazy / deox

Functional Type-safe Flux Standard Utilities
https://deox.js.org
MIT License
206 stars 12 forks source link

Adhere to generic naming convention #61

Closed the-dr-lazy closed 5 years ago

the-dr-lazy commented 5 years ago

It is a good practice to using descriptive generic parameter names which prefixed by T. Causing less naming conflicts 😅.