Information About

Codebase




Codebase is a term used in Software Development to refer to the whole collection of all Source Code used to build a particular Application or Component . As typically used, 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 does generally include configuration and property files.

The codebase for a project is typically stored in a Source Control repository.


SEE ALSO