https://kotlinlang.org logo
Title
t

Ties

12/07/2021, 3:30 PM
I dont have much time on my hand, but if I wanted to contribute a little bit to this project, what would be a good place to start?
p

pakoito

12/07/2021, 3:36 PM
Docs is always appreciated. Otherwise there are some quick wins in the Issues, such as https://github.com/arrow-kt/arrow/issues/2578
t

Ties

12/07/2021, 3:38 PM
I would love to contribute to some docs 🙂 My problem however is that my FP knowledge comes from a problem solving perspective not an academic one.. so i can write a doc (with bad spelling :P) about how you would use in in practice, but not really on why it abides certain laws
p

pakoito

12/07/2021, 3:39 PM
That’s perfectly reasonable, even reviewing the existing docs for everyone to understand is valuable
The three tickets above aren’t too deep FP secrets, just some oversights on the API you could add
the hardest part may be keeping the repo’s standards, MPP support yadda yadda but you’ll get help with that
t

Ties

12/07/2021, 3:42 PM
thx 🙂 i dont have much time on my hand, but I am kinda advocating a more FP style with a lot of companies, and a library like Arrow helps a lot with this adaption. So this is something that fits my mission statement 🙂
j

Javier

12/12/2021, 5:51 PM
about inline functions, kover fixes the issue I think