char0n / ramda-adjunct

Ramda Adjunct is the most popular and most comprehensive set of functional utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.
https://char0n.github.io/ramda-adjunct/
BSD 3-Clause "New" or "Revised" License
682 stars 86 forks source link

High level typings #632

Open guillaumearm opened 6 years ago

guillaumearm commented 6 years ago

In my typescript codebase, I actually have some generic typings to make code more clear.

image

Here is an example of how it's beautiful (IMHO):

image

Please note Section is a domain object.


So what about exposing high level types to make TS code more clear ?

char0n commented 6 years ago

I'm for this. I think that ramda-typings already do that.