> What's your opinion on whether we should use tabs or spaces?
I never really worried about it. Tabs seem to make more sense to me since then it looks right in the person's editor, whether they like 4 spaces or 8 spaces to represent the tab character.
>
> I realize people with tabmay
> look awkward to them because of the large amounts on indentation.
If they have their editor set to Tab on the same page, right? a Tab is just a slash-t in the text file, how the editor chooses to display it is up to it. When we put in a tab, it's just inserting a slash-t.
>
> I don't really know how many Python developers use tab
I don't see why this matters, unless we're talking about spaces.
>
Well, let's open this up for discussion. I know someone here has a strong opinion against Tabs. Why? What's the argument for/against?
Jay
>
> At 07:47 AM 5/31/00 -0400, Jay Love wrote:
>
> >Just checked in a fixed version of PSPReader.py that should handle
> >that. Let me know.
> >
> >You're seeing these weird errors because after our tabs versus spaces
> >debate last week, I briefly set my editor to use spaces for indentatino,
> >and then switched back, but every file I had opened got screwed up.
> >I've been fixing them ever since. I think I've got em all, but one
> >shows up every now and then.
> >
> >Just to confirm, we are using TABS for indentation, right. And if so,
> >you need to change the ground rules section of the docs, where you say
> >we use tabs, set to 4 spaces. THat doesn't make any sese, as it doesn't
> >matter what spacing tabs are set to if you're really using tabs. THat's
> >the point, it may be 4 in yours, but if someone else sets their editor
> >to spaces tabs at 8 spaces, they get to see it their way.
> >
> >Jay
> >
> >
> >Chuck Esterbrook wrote:
> > >
> > > At 11:15 PM 5/30/00 -0400, Jay Love wrote:
> > >
> > > > I never could hook up to CVS, but my committ didn't really change
> > > > anything.
> > > >
> > > > Is PSP working for you?
> > > >
> > > > Jay
> > >
> > > I updated, got this:
> > >
> > > Traceback (innermost last): File
> > > "C:\ALL\ECHUCK\PROJECTS\WEBWARE\WEBKIT\Application.py", line 220, in
> > > dispatchRequest self.createServletInTransaction(transaction) File
> > > "C:\ALL\ECHUCK\PROJECTS\WEBWARE\WEBKIT\Application.py", line 532, in
> > > createServletInTransaction inst > > > self.getServlet(transaction,path,cache) File
> > > "C:\ALL\ECHUCK\PROJECTS\WEBWARE\WEBKIT\Application.py", line 473, in
> > > getServlet inst e
> > > "..\PSP\PSPServletFactory.py", line 115, in servletForTransaction
> > > clc.compile() File "..\PSP\PSPCompiler.py", line 58, in compile
> > > parser.parse() File "..\PSP\Parser.py", line 345, in parse if
> > > checkfunc(self, handler, reader): File "..\PSP\Parser.py", line 141,
> > > in checkDirective reader.Advance(len(open)) File
> > > "..\PSP\PSPReader.py", line 244, in Advance while prog <
> > > length:NameError: prog
>
|