Open guillaumearm opened 6 years ago
In my typescript codebase, I actually have some generic typings to make code more clear.
Here is an example of how it's beautiful (IMHO):
Please note Section is a domain object.
Section
So what about exposing high level types to make TS code more clear ?
I'm for this. I think that ramda-typings already do that.
In my typescript codebase, I actually have some generic typings to make code more clear.
Here is an example of how it's beautiful (IMHO):
Please note
Section
is a domain object.So what about exposing high level types to make TS code more clear ?