This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
ddsf:public:guidebook:06_append:glossary:c:codebase [2020/08/04 21:18] nick created |
ddsf:public:guidebook:06_append:glossary:c:codebase [2021/07/14 16:27] (current) murphy ↷ Links adapted because of a move operation |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== Codebase ===== | ===== Codebase ===== | ||
| - | [[ddsf:private:cookbook:06_append:glossary| Return to Glossary ]] | + | [[ddsf:public:guidebook:06_append:glossary:start| Return to Glossary ]] |
| - | **Codebase** refers to the human-written programming code specifically made for a program. Codebase may be stored in various source code repositories and manipulated by various code editors. It generally does not include generic library files. Codebase is the complete source code required to maintain application functionality, or the implementation of that source code. | + | **Codebase** refers to the human-written programming code specifically made for a program. Codebase may be stored in various [[ddsf:public:guidebook:06_append:glossary:s:sourcecode|source code]] repositories and manipulated by various code editors. It generally does not include generic library files. Codebase is the complete source code required to maintain application functionality, or the implementation of that source code. |
| Source: [[https://www.techopedia.com/definition/23962/codebase]] | Source: [[https://www.techopedia.com/definition/23962/codebase]] | ||