The document discusses the movement towards stricter control in C++ programming, highlighting the issues caused by redefining keywords like #define. With the introduction of Visual Studio 11, a feature is added to detect redefined keywords, aiding in code clarity. The author advises against using such cheats, as they lead to greater long-term complications when changing platforms or compilers.