|
|
|
|
|
by IshKebab
1437 days ago
|
|
> `do_thing if other_thing` Yeah I don't get why you would deliberately make the flow control confusing and backwards like that. Python list comprehensions are the same. They make the information flow backwards. This also has the effect of making nesting really confusing. |
|
It might be that I am not an english speaker, but for example when I say to someone a list of instructions I usually say it like this:
"Add more water if the dough is dry"
and I don't usually say
"If the dough is dry add more water"
The same for saying for example:
"stop mixing if the dough is starting to tear"
or
"put the bread in the oven when it is ready"