Nick Burkard
Results
2
comments of
Nick Burkard
I've been maintaining a library for [Scala CDK bindings](https://github.com/NickBurkard/aws-cdk-scala), it generates Scala code to wrap the underlying Java CDK & provide a safer API (`Option` instead of `null`, Scala collections,...
I agree with @victorhearnyeates. I don't consider `traverse` to be a niche API. It's an incredibly powerful, fundamental and commonly used behavior that I'd expect from an FP library. `traverse`...