# Project: CodePatterns # # crueger@ins.uni-bonn.de, heber@ins.uni-bonn.de CodePatterns ...is a set of prefactured design schemes and tiny helpers that make lots of the day-to-day stuff easier such as * Cachable, Observer, Registry, Singleton * MemDebug, (better) Asserts, Logger It is intended to be used to create higher-level object-oriented code right from the scratch. The more object-oriented, structured code once writes, the more one tends to write before any output comes out of it. These patterns are meant to ease this pain a little by supplying the programmer the developer with lots of tiny structures that he may introduce into his code right away with little effort but great use. INSTALLATION NOTES ================== The following packages are needed * Boost 1.4 or newer LINKS ===== [1] http://www.ins.uni-bonn.de/