benefits of C as a high-level language with powerful abstraction mechanisms. The question is how deeply integrated into the
application those system dependencies are. I prefer the application to be designed conceptually in isolation from the underlying system, with an explicitly defined interface to \
integrated through a thin layer of interface code. Had I had a
chance to name the style of programming I like best, it would have been \
finding snappy names. The school of thought that I belong to - rooted in Simula and related design philosophies - emphasizes the role of compile-time checking and flexible (static) type systems. Reasoning about the behavior of a program has to be rooted in the (static) structure of the source code. The focus should be on guarantees, invariant, etc. which are closely tied to that static structure. This is the only way I know to effectively deal with correctness. Testing is essential but cannot be systematic and complete without a good internal program structure - simple-minded blackbox testin
初学者 你应当如何学习C 以及编程



