Assertions

From Suhrid.net Wiki
Revision as of 01:30, 20 July 2011 by Suhridk (talk | contribs) (Created page with "== Introduction == * Assertions allow the testing of assumptions about a program. * Using assertions allow easy detection of bugs during development without writing exception h...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Introduction

  • Assertions allow the testing of assumptions about a program.
  • Using assertions allow easy detection of bugs during development without writing exception handlers etc.