On Sun, Jan 26, 2014 at 10:57:24AM -0800, Nathan Rajlich wrote:
> I usually name mine with an "on" prefix and in all lowercase, so like:
> 
> createJob(params, onjob);
> 
> function onjob (err, job) {
>   // blah
> }

Oh, interesting -- me too, or "afterFoo". Inside the function that takes a
callback, though, I'll call it 'next' or 'done' or 'cb'.

Attachment: pgpn21cbOrxGm.pgp
Description: PGP signature

Reply via email to