User talk:Ssokolow

From Rosetta Code

Robust csv2html?

Note, a more accurate title would be "Using Elementree library". You seem to have missed that the task is for a very specific form of csv designed to not need the "heavy lifting" available in Pythons libraries, that other languages may not have.
Your solution makes a good addition to the Python solutions already there, but given this explicit task, you'd need to state your argument for why it is more robust. --Paddy3118 (talk) 16:15, 18 August 2019 (UTC)

Actually, I was acting on the knowledge that people generally don't aggressively search out the most idiomatic solution for something when they need to get things done. As such, these examples are likely to form the basis for the habits people depend on dealing with production inputs with more leeway for problems to sneak in.
I've added a rationale to that effect. --Ssokolow (talk) 17:32, 18 August 2019 (UTC)

Thanks --Paddy3118 (talk) 06:57, 19 August 2019 (UTC)