Yigal Chripun:

> The trade-off here is obvious: if you use line continuations like in 
> python they would be very rare but would not be automatic and consistent 
> when you do need to use them.

In my Python code (or in good code you may find around, like in some modules of 
the std library) you may have a hard time finding few line continuations. 
Generally you can avoid them putting code in parentheses. And if/when you want 
to use them it's simple. So I think you are wrong.

Bye,
bearophile

Reply via email to