On 01/07/2014 01:04 PM, Antoine Pitrou wrote:
On Tue, 07 Jan 2014 12:33:11 -0800
Ethan Furman <et...@stoneleaf.us> wrote:
On 01/07/2014 12:07 PM, Antoine Pitrou wrote:
On Tue, 07 Jan 2014 12:03:00 -0800
Ethan Furman <et...@stoneleaf.us> wrote:
On 01/07/2014 11:53 AM, Antoine Pitrou wrote:

- move all generated code to separate C files, which would then be
     #included'd into the main module file

-1  (Guido has stated a strong dislike for this method)

Is it your own opinion too? Otherwise it shouldn't count as a -1.

Yes it is.

Would you care to elaborate on why you're against it?

Seriously?  Are you going to now ask all the other respondents who didn't 
explain themselves to do so?

I don't care for it because I like to have all the code be in one file. I will say that Serhiy's comment about code churn has given me some pause to think...

Okay, changing my vote to:

- Use both /* AC */ markers for every line *and* have all the code be in one 
spot

+1

This way the diffs will easily be clear on what was code generator and what was human. (Thanks, Breamoreboy, for the idea! ;)

--
~Ethan~
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to