Hungry Mind , Blog about everything in IT - C#, Java, C++, .NET, Windows, WinAPI, ...

Code Standarts Circus

В документе о код стандарте. Просто цирк.

Verify is always executed and is preferable to Assert unless the condition is expensive to check or the Verify is inside a hot loop. Try to verify all your assumptions about the executing behavior. Lowry suggests that every 5th line of code should be an Assert or Verify.

0 коммент.:

Отправить комментарий

Copyright 2007-2011 Chabster