Refactoring in Visual FoxPro

(this article was written prior to the Code Analyst but identifies the origins of where this tool came from)
With the sheer number of functions, commands and tools available within Visual FoxPro, it’s easy to find more than one way to do the job.

So multiply the number of ways by the number of developers on your team, and it’s pretty easy to see why code maintenance is pretty important.

Refactoring is about making code more useable (not changing the functionality but making it easy to understand and maintain).

This article presents 3 core concepts:
1 – Never Use Keywords for variable or field names
2 – Use the most recent functions where appropriate
3 – Encapsulate, encapsulate, encapsulate

Leave a Reply

Your email address will not be published. Required fields are marked *