mm-ninja-turtles / turtle-express

My attempt of making Express.JS a typesafe router with Zod.
3 stars 0 forks source link

[refactor]: need to define better type system #5

Closed wai-lin closed 2 years ago

wai-lin commented 2 years ago

Problem

Currently types are defined in types.ts file. As the code base increase it'll also increase in size and it'll become maintenance hell.

Solution

I think it would be better to create types alongside with the code base like other libraries.

Tasks

wai-lin commented 2 years ago

merged! #6

@mm-ninja-turtles/core-maintainers