Last active
January 4, 2018 08:58
-
-
Save petrokoriakin/859cd8878dd0dc83f169acd97e4607f8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# code from Pull Request: | |
expect(some_great_arr.map { |i| i[:key_in_hash] }).to eq [8, 6, 3] | |
# code review comment from tech lead: | |
# `i` is not the best name for variable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment