Video: Effective Ruby: Prefer Lambda Instead of Proc
Page 1 of 1
In Ruby, there are a number of ways to create anonymous pieces of code that we can move throughout our application. Proc is one such was to create an anonymous callable. However, in this excerpt from Effective Ruby LiveLessons (Video Training), learn why you should prefer lambda instead of proc.
From the Video
Page 1 of 1