Mikhail Yakshin

Results 423 comments of Mikhail Yakshin

We can do selective method definition based off Ruby version. Let me give it a try.

I agree that it generally makes sense, especially in context of serialization (=supplying structures) as opposed to deserialization (=consuming whatever you've been given). With the advent of serialization into the...

@generalmimon Makes sense, thanks for thorough investigation! Then it will be likely simpler.

Unless I'm missing something, nullable was never standardized in Java? [JSR305](https://jcp.org/en/jsr/detail?id=305) was shot down, and then we've never got any official support for these anywhere in vendor-provided Java classes? If...

Searching GitHub for [all Nullable in Java](https://github.com/search?q=%40Nullable+language%3Ajava&type=code), we can find that there are ~3.2M files using it. We can also explore how popular are specific implementations: | Implementation | GH...