Category
page 1Types of tools used in software development
package manager
software that manages the installation, upgrading, removal and dependency resolution of software packages
unit testing
software testing method by which individual units of source code are validated
source code editor
text editor specialized in editing software source code
GNU RCS
file versioning tool to manage multiple revisions of files
software configuration management
task of tracking and controlling changes in the software
build automation
process of automating the creation of a software build that defines how to compile, package, and test the code
Scaffold
term that comes from the Ruby on Rails framework, which is a facility to construct most of the logic and views needed to do common data access operations, such as CRUD