Embed presentation
Download to read offline






The document discusses different approaches to modularizing a project including copy/paste, static libraries, and dynamically loaded libraries. Copy/paste and reusing files is discouraged as it prevents changing the project structure. Static libraries make applications larger and require rebuilding the whole project if the library changes. Dynamically loaded libraries allow changing the library without rebuilding the application and loading only needed functionality through explicit linking. The document recommends dynamically loaded libraries for modularization and provides a URL for additional information.




