We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Keyword Args — the killer Ruby feature you aren't using

Formal Metadata

Title
Keyword Args — the killer Ruby feature you aren't using
Title of Series
Number of Parts
67
Author
License
CC Attribution - ShareAlike 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal and non-commercial purpose as long as the work is attributed to the author in the manner specified by the author or licensor and the work or content is shared also in adapted form only under the conditions of this
Identifiers
Publisher
Release Date2016
LanguageEnglish
Producer
Production PlaceCincinnati

Content Metadata

Subject Area
Genre
Abstract
Write clearer code more easily. Write functions that are more composable and flexible. Ruby 2.0's KWArgs feature isn't just an easier way to write functions that take keyword arguments; KWArgs turn Ruby into a lean, mean Hash processing machine. In this talk, you'll learn the details of how to write the next generation of Ruby code. Code that is easier to read, easier to write, more flexible and easier to change, all based on this one simple Ruby feature.