๐Ÿ˜‚ ๐Ÿ˜ฏ ๐Ÿ˜

cat, short for “C++ Analysis Tool”, is a command line utility designed for analyzing a C++ program and displaying which lines of code are potentially unsafe.
It pairs really nicely with the “release manager” tool (rm), which blocks bad code from being released.