Skip to content

Similar to NSAssert, but with slightly improved logging and is meant to ship with apps in release.

License

Notifications You must be signed in to change notification settings

hfossli/AGAssert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AGAssert

Similar to NSAssert, but with slightly improved logging and is meant to ship with apps in release.

Benefits of using this over NSAssert:

  • It is default on in all configurations since it uses AG_BLOCK_ASSERTIONS and not NS_BLOCK_ASSERTIONS.
  • Slightly improved logging.
  • Fewer macros and less mess.
  • Does not require any description string as second parameter

The assert will raise an exception.

Recommended reading about asserts http://www.mikeash.com/pyblog/friday-qa-2013-05-03-proper-use-of-asserts.html

Agens | Digital craftsmanship

About

Similar to NSAssert, but with slightly improved logging and is meant to ship with apps in release.

Resources

License

Stars

Watchers

Forks

Packages

No packages published