Old/NewSource/DestinationSource/TargetFirst/NextCurrent/Previous/LastMin/Max
AllowCanContainsHasIsUse
Add/RemoveInsert/DeleteIncrement/DecrementLock/UnlockBegin/EndLoad/SaveOpen/CloseCreate/DestroyAcquire/ReleaseUp/DownShow/HideStart/StopTo/From(Convert implied)
...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)