RubyConfBY 2020: Vitaly Pushkar - Error handling with Monads in Ruby

Ever wondered how exceptions became the default error handling technique in many programming languages, and if there are better alternatives?
Wonder no more! Watch this talk to learn about the pros and cons of error handling with Monads in Ruby, code examples included.

Пікірлер: 1

  • @fooked1
    @fooked12 жыл бұрын

    Why are you returning the email in the validate_email method? Doesn't seem to be used.