Re: Init variable on declare
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Apr 05, 2007
- 508 views
c.k.lester wrote: > What about the speed increase in DEVELOPMENT time? I examined my own code > base for BBCMF, and I found 320 occurrences of 'procedure.' If each time > I typed 'procedure' it took me one second, then using 'proc' would provide > a savings of a little over 3.5 minutes! <shameless plug> If you use Edita, you only have to type "pro" to get procedure () end procedure </shameless plug> If you use ed.ex, typing "procedure " gets you the same. Regards, Pete PS I am getting close to a new release now. I've added something I've called "legacy tab character handling" to solve one of the thornier issues, please see http://palacebuilders.pwp.blueyonder.co.uk/ltchelp.txt and let me know if anything does not make sense. Hopefully there will be some software to go with that text file in the not too distant future. And I really could have used those > precious minutes. My hands could have used the break from the repititious > typing of 'edure' 320 times. Maybe I should sue RobC to recoup the medical > bills I will no-doubt eventually have due to my carpal tunnel syndrome!!!! > > > It would also break existing code. > > Well, to hell with progress, eh?!?!?!!!???!?!!!?!?!?!!! > > P.S. I am against init variable on declare, but won't mind if it is added > as long as there's no performance penalty in execution, parsing, and- what > RobC likes to conveniently forget- DEVELOPMENT TIME. > P.P.S. This would have been a good April Fool's Day post. :)