# Programming

читать 4 мин.
0 17

Oracle Database 12.2 is a complex product with close to 25 million lines of C code, filled with all kinds of crap and mysterious macros. The code is held together with thousands of flags, and understanding the values and effects of these flags can take days. The only reason why this product still works is due to millions of tests. The life of an Oracle Database developer involves spending weeks trying to understand the interactions of different flags to fix a bug.

Прочитать полностью