This repository has been archived by the owner on Apr 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Home
Glenn Scott edited this page Jul 25, 2016
·
4 revisions
Glenn Scott - PARC Computing Science Laboratory
LongBow is software to help you write better C programs. It provides:
- A run-time assertion facility to establish strict rules on the state of your program.
- A testing facility based on the xUnit testing model.
- Compile-time assistance for writing code meant to be compiled by compilers with different features.
- Debugging and developer aids for inspecting the running program.
LongBow can help you find and manage problems early, establish and maintain confidence in the correctness of your code, make collaboration easier, facilitate future change, and improve overall design.
LongBow allows you to take control and establish invariant pre- and post-conditions that detect inconsistencies and unexpected results in your programs in order to find bugs and design deficiencies in the code during development rather than waiting for others to find your bugs for you.