[Python-ideas] Descouraging the implicit string concatenation
Facundo Batista
facundobatista at gmail.com
Wed Mar 14 10:22:10 EDT 2018
2018-03-14 10:54 GMT-03:00 Paul Moore <p.f.moore at gmail.com>:
> Also, we need to consider the significant body of code that would
> break if this construct were prohibited. Even if we were to agree that
> the harm caused by implicit concatenation outweighed the benefits,
> that would *still* not justify making it illegal, unless the net gain
> could be shown to justify the cost of forcing every project that
> currently uses implicit concatenation to change their code, debug
> those changes, make new releases, etc.
I never said to prohibit it, just discourage the idiom.
--
. Facundo
Blog: http://www.taniquetil.com.ar/plog/
PyAr: http://www.python.org/ar/
Twitter: @facundobatista
More information about the Python-ideas
mailing list