Re: [PATCH] mingw_rmdir: do not prompt for retry when non-empty
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:55:29
Erik Faye-Lund [off-list ref] writes:
On Wed, Dec 5, 2012 at 5:02 PM, Johannes Schindelin [off-list ref] wrote: ... Since we're justifying the approaches, I'd like to explain why I preferred the return approach: it performs less tests. While this might sound like premature optimizations, performance is not why I think it's a good idea. It makes the fix easier to verify; you don't need to validate that the conditions of the second loop won't happen, because the code exits quickly. If we added something that required cleanup, we could change the return to a goto with a cleanup-label, and it would still be relatively easy to see what's going on.quoted
However, I have no strong opinion on this, so please apply the version you like better.Since the issue is present in mainline Git as well, I'd prefer if Junio merged whatever he prefers. I can produce a proper patch out of your suggesting, if needed.
Thanks; what you and Dscho agreed in this discussion sounds good to me, too. -- *** Please reply-to-all at all times *** *** (do not pretend to know who is subscribed and who is not) *** *** Please avoid top-posting. *** The msysGit Wiki is here: https://github.com/msysgit/msysgit/wiki - Github accounts are free. You received this message because you are subscribed to the Google Groups "msysGit" group. To post to this group, send email to msysgit@googlegroups.com To unsubscribe from this group, send email to msysgit+unsubscribe@googlegroups.com For more options, and view previous threads, visit this group at http://groups.google.com/group/msysgit?hl=en_US?hl=en