Codebase
From Wikipedia, the free encyclopedia
Categories: Articles lacking sources from August 2007 | All articles lacking sources | Software development | Software stubs
The term, codebase, or code base is used in software development to mean the whole collection of source code used to build a particular application or component. Typically, the codebase includes only human-written source code files, and not, e.g., source code files generated by other tools or binary library files. However, it generally does include configuration and property files. The codebase for a project is typically stored in a source control repository. See also |


