Skip to content

Latest commit

 

History

History
46 lines (41 loc) · 982 Bytes

File metadata and controls

46 lines (41 loc) · 982 Bytes

Appendix

Common Adjective Pairs

  • Old / New
  • Source / Destination
  • Source / Target
  • First / Next
  • Current / Previous / Last
  • Min / Max

Common Property

  • Allow
  • Can
  • Contains
  • Has
  • Is
  • Use

Common Verb Pairs

  • Add / Remove
  • Insert / Delete
  • Increment / Decrement
  • Lock / Unlock
  • Begin / End
  • Load / Save
  • Open/ Close
  • Create / Destroy
  • Acquire / Release
  • Up / Down
  • Show / Hide
  • Start / Stop
  • To / From (Convert implied)

Common Qualifier Suffixes

  • ...Average
  • ...Count
  • ...Entry
  • ...Index
  • ...Limit
  • ...Ref
  • ...Sum
  • ...Total

Note: Avoid using Num because of semantics; use Index or Count instead. Additionally, refrain from using Temp to indicate temporary variables; take the time to describe what the object really is (e.g. use SwapValue instead of TempValue)