Thread (1 message) 1 message, 1 author, 2016-10-18

Re: [PATCH] submodule--helper: normalize funny urls

From: Junio C Hamano <hidden>
Date: 2016-10-18 17:51:12

Stefan Beller [off-list ref] writes:
for(;;) {

here ? (this code would not need a variable, and
for wins over while:
$ git grep "while (1)" |wc -l
107
$ git grep "for (;;)" |wc -l
128
)
I dunno; the numbers tells me there is no strong preference by wide
margin either way.

I am not sure if the end shape does not really need an exit
condition.  If there is a need for one, "for (; condition;)" would
look strange.  If there isn't, "for (;;)" is actually my personal
preference over "while (1)".
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help