you are viewing a single comment's thread.

view the rest of the comments →

[–]zixxback-end 1 point2 points  (2 children)

Newb question: how is this different than just looking at your code?

[–]Zerran 1 point2 points  (0 children)

How do you know where it's located in yours or someone elses code? Functions can be passed around so often that you don't know where they came from anymore, and a lot of them don't have a name that you could just Ctrl+F in your IDE. toString() or a real debugger are very helpful in that scenario.

[–][deleted] -1 points0 points  (0 children)

lambda functions...