WOWCUUCCVB Flashcards
(10 cards)
What is the 1st W in WOWCUUCCVB?
Write Comments
What is the O in WOWCUUCCVB?
Only declare RELATED variables together.
What is the 2nd W in WOWCUUCCVB?
Write header comments.
What is the 1st C in WOWCUUCCVB?
Comments should be used wherever code may be ambiguous but not where it’s obvious.
What is the 1st U in WOWCUUCCVB?
Use white space appropriately.
What is the 2nd U in WOWCUUCCVB?
Use a descriptive prompt beside an input box to let the user know what kind of input is expected.
What is the 2nd C in WOWCUUCCVB?
Create a blank space after a group of declarations to signify when they end.
What is the 3rd C in WOWCUUCCVB?
Control objects to be given a descriptive name with the appropriate prefix.
What is the V in WOWCUUCCVB?
Variable identifiers should begin with a lowercase letter and every other word begins with capital.
What is the B in WOWCUUCCVB?
Begin object property assignment statements with “Me.”