Modularizing Code (the Python Way)
The C language was released in 1972. It was originally designed for code reuse, but didn’t have the concept of a module: a readily reusable code unit with a declared or easily discoverable external interface. That’s why we had to jump through hoops (by using “header files”) to construct module-like units.
Get Resourceful Code Reuse now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.