But if you are talking about providing a library to others then that is not bulletproof. I was only thinking of my own code, which uses mixed sync and async all the time.
On Thu, Aug 29, 2013 at 12:51 PM, Mark Hahn <[email protected]> wrote: > > But it's irrelevant if it's also possible to construct situations that > do have problems. > > That is illogical. Code that is bulletproof is always OK. You are > confusing philosophy with practice. > > > On Thu, Aug 29, 2013 at 11:19 AM, Bryan Donovan <[email protected]>wrote: > >> Thanks, I just wanted to make sure my understanding was correct in that >> there really is no problem with the specific case I presented. >> >> >> On Aug 29, 2013, at 11:16 AM, Scott González <[email protected]> >> wrote: >> >> Yes, it's possible to construct specific situations that don't have >> problems. Nobody is denying that. But it's irrelevant if it's also possible >> to construct situations that do have problems. >> >> >> On Thu, Aug 29, 2013 at 1:50 PM, Bryan Donovan <[email protected]>wrote: >> >>> That's not the same situation though. What bad can happen in my most >>> recent example? >>> >>> On Aug 29, 2013, at 9:57 AM, Scott González <[email protected]> >>> wrote: >>> >>> On Thu, Aug 29, 2013 at 12:51 PM, Bryan Donovan <[email protected]>wrote: >>> >>>> However, I'm still unsure of when someone would ever care if I called >>>> back immediately in my examples, where I'm just checking for the correct >>>> args. >>>> >>> >>> Oleg's generic example seemed pretty clear to me: >>> https://groups.google.com/d/msg/nodejs/0TmVfX9z1R0/y46iAwFEJ0YJ >>> >>> -- >>> -- >>> Job Board: http://jobs.nodejs.org/ >>> Posting guidelines: >>> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines >>> You received this message because you are subscribed to the Google >>> Groups "nodejs" group. >>> To post to this group, send email to [email protected] >>> To unsubscribe from this group, send email to >>> [email protected] >>> For more options, visit this group at >>> http://groups.google.com/group/nodejs?hl=en?hl=en >>> >>> --- >>> You received this message because you are subscribed to a topic in the >>> Google Groups "nodejs" group. >>> To unsubscribe from this topic, visit >>> https://groups.google.com/d/topic/nodejs/0TmVfX9z1R0/unsubscribe. >>> To unsubscribe from this group and all its topics, send an email to >>> [email protected]. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >>> >>> >>> -- >>> -- >>> Job Board: http://jobs.nodejs.org/ >>> Posting guidelines: >>> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines >>> You received this message because you are subscribed to the Google >>> Groups "nodejs" group. >>> To post to this group, send email to [email protected] >>> To unsubscribe from this group, send email to >>> [email protected] >>> For more options, visit this group at >>> http://groups.google.com/group/nodejs?hl=en?hl=en >>> >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "nodejs" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >> >> >> -- >> -- >> Job Board: http://jobs.nodejs.org/ >> Posting guidelines: >> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines >> You received this message because you are subscribed to the Google >> Groups "nodejs" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/nodejs?hl=en?hl=en >> >> --- >> You received this message because you are subscribed to a topic in the >> Google Groups "nodejs" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/nodejs/0TmVfX9z1R0/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> -- >> -- >> Job Board: http://jobs.nodejs.org/ >> Posting guidelines: >> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines >> You received this message because you are subscribed to the Google >> Groups "nodejs" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/nodejs?hl=en?hl=en >> >> --- >> You received this message because you are subscribed to the Google Groups >> "nodejs" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
