Yes, this can mitigate the indentation issue . . .
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Cully Sent: Wednesday, September 27, 2006 2:57 PM To: [EMAIL PROTECTED] Subject: Re: [NF] Python - Thinking Differently Just to throw in my own $0.02 is to state that programmers in VFP and Python and whatever other language they like by keeping their methods/function short and concise. I've worked with programmers where their functions were 100's if not 1000's of lines long. It seems to be equally unreadable if you're looking at an unindent or an ENDIF or a } that is five levels (indentions) deep and you have to page up 10 times to guess at the beginning condition. It's just a pet peeve of mine. If it doesn't fit onto a single page of the display (+/-) then you can probably break it into another method. Please give that method a meaningful name too! Most abbreviations suck! </rant> Kevin Cully CULLY Technologies, LLC Sponsor of Fox Forward 2006! http://foxforward.net Ed Leafe wrote: > First, I don't quite agree that the tab is invisible. I can clearly > see that Line 4 is not part of the block. But yes, if you don't know > the code, you might make that mistake. But IMO, it's no different than > a misplaced ENDIF: the code *looks* OK, but unless you know that Line 4 > is supposed to be inside the block, you have no way of telling. [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

