-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4328 from isasharafdin/development
added topic: development
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
aliases: dev, software-dev | ||
created_by: The software development community | ||
display_name: Development | ||
related: software-engineering, programming, project-management | ||
short_description: Development refers to the process of creating and maintaining software applications. | ||
topic: development | ||
wikipedia_url: https://en.wikipedia.org/wiki/Software_development | ||
--- | ||
**Development** refers to the systematic process of designing, coding, testing, and maintaining software applications. This topic encompasses various methodologies, tools, and practices used in the creation of software, including Agile, Waterfall, and DevOps. It highlights the importance of collaboration among developers, project managers, and stakeholders to deliver high-quality software that meets user needs. Development covers a wide range of activities from initial concept and requirements gathering to deployment and ongoing maintenance. |