longer label names

GCC Consulting gcc at optonline.net
Wed Aug 11 16:09:55 PDT 2004


 

> -----Original Message-----
> From: filepro-list-bounces at lists.celestial.com 
> [mailto:filepro-list-bounces at lists.celestial.com] On Behalf 
> Of Jeremy Anderson
> Sent: Wednesday, August 11, 2004 5:56 PM
> To: filepro-list at seaslug.org
> Subject: longer label names
> 
> Just out of curiousity, is there anyone else who thinks it'd 
> be nice to be able to have a label longer than 7 characters?
> Just for code-maintainability, it'd be so nice to be able to 
> have filldummyvars_before_posting::[do stuff]:
> 
> instead of the nearly-as-logical
> fdvbp::[do stuff]:
> 
> Jeremy
> 
Might be nice, but it may not be practable.

Why not just comment the line which is labeled.

Fdvbp: if:'fill dummy vars before posting
     then:'
       if:
     then: 

Even clearer as you have a lot more space to explain what is going on.

I will grant you that you have to sometime jump through hoops to come up with
meaningful labels and not repeat.

Richard Kreiss
GCC Consulting 




More information about the Filepro-list mailing list