DEV Community

Discussion on: Lessons learned doing open source

Collapse
 
richytong profile image
Richard Tong

Thank you for this! I've added a badge to my library thanks to you. Now I want to hit 100% code coverage for the badge a bit 😅

Collapse
 
caroso1222 profile image
Carlos Roso

Nice! What's the project? Share it here!

Collapse
 
richytong profile image
Richard Tong

I call it rubico - async agnostic functional programming

github.com/a-synchronous/rubico

Thread Thread
 
caroso1222 profile image
Carlos Roso

Amazing work. I love FP. Does it support TypeScript?

Thread Thread
 
richytong profile image
Richard Tong • Edited

Thank you! It's written in pure JavaScript, so totally importable in TypeScript. I gotta get around to speccing out some TypeScript examples