|
|
|
|
|
by rramadass
141 days ago
|
|
> If at least C solutions took advantage of abstract data types as advocated by modular design approaches People have been writing C code with ADTs and "Modules" from the very beginning. Two excellent examples which come to mind are; Andrew Tanenbaum's Minix book Operating Systems Design and Implementation and David Hanson's C Interfaces and Implementations: Techniques for Creating Reusable Software. And of course the Linux Kernel is full of great modular C techniques which one can study. |
|
Starting with RatC from "Book on C", 1988 edition, over to Turbo C 2.0 in 1991, all the way to modern times.
That is just not how most C codebases look like.