Apr
19
Fox_misc . code tuning techniques
Filed Under (Visual FoxPro) by WildFire on 19-04-2004
Code Tuning Techniques: How to make FoxPro applications faster. It’s interesting seeing that an unswitched loop is faster than a switched loop. In any given day before reading this comparison, you can find me using the switched loop for reasons that I refrain from repeating lines of code as possible. Hmm… I’ll do some testing if I encounter this and decide if it’s about time to break some ‘old programming habbits’.