KLOC in forms 6i [message #83695] |
Sun, 30 November 2003 21:33 |
Varun Sathe
Messages: 1 Registered: November 2003
|
Junior Member |
|
|
Hi,
What is the method to calculate KLOC in froms 6i.
Is wc -l count in UNIX is a proper method
|
|
|
Re: KLOC in forms 6i [message #83703 is a reply to message #83695] |
Tue, 02 December 2003 07:13 |
Frank Naude
Messages: 4589 Registered: April 1998
|
Senior Member |
|
|
Hi,
KLOC = thousands (Kilo) of Lines Of Code.
You can calculate "KLOC(coded)" by counting the number of lines in your Forms triggers and procedures. "KLOC(generated)" can be obtained by doing a "wc -l" after converting a Form to an FMT file.
Please note that KLOC is only a fuzzy measure; with forth generation languages, like Forms, KLOC is even more obscure. Thousands of clicks per program are probably as important a measure as lines of code.
Best regards.
Frank
|
|
|