HomePhorge

(maint) Remove tap idiom for creating arrays
ebad80bdf82dUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(maint) Remove tap idiom for creating arrays

Previously, this code was using .tap to create and return an array
in one step. I find this idiom slows down reading the code, so this
commit replaces it with a simpler idiom using a local variable.

Details

Provenance
Kylo Ginsberg <kylo@puppetlabs.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUc956e91af86c: Merge pull request #3453 from nfagerlund/jan2015_scheduled_task
Branches
Unknown
Tags
Unknown

Event Timeline

Kylo Ginsberg <kylo@puppetlabs.com> committed rPUebad80bdf82d: (maint) Remove tap idiom for creating arrays (authored by Kylo Ginsberg <kylo@puppetlabs.com>).Jan 7 2015, 10:03 PM