BackerKit / BackerKitProductFlow

This is where we keep track of how we do things.
1 stars 0 forks source link

Safe navigation operator? #5

Open johntrandall opened 7 years ago

johntrandall commented 7 years ago

to &.method(args) or to try(:method, args)

that is the question.

johntrandall commented 7 years ago

TIL that &. is ruby (2.3.0+) .try is Active Support

srt32 commented 7 years ago

I recommend we eschew both of these options and instead strive to find the source of the nils