Hacker News new | ask | show | jobs
by alksjdalkj 1868 days ago
Not sure if this is the author's reason but I find it helpful to have a single return point from functions. Much easier to follow code paths.

You'll see this in some places in Linux's source too.