From 5c70bca49bd716e3c723e3623352f1e50b180695 Mon Sep 17 00:00:00 2001 From: Jay Hankins Date: Sun, 28 Aug 2022 18:11:41 -0400 Subject: [PATCH] update programming article --- _notes/Programming/Programming.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/_notes/Programming/Programming.md b/_notes/Programming/Programming.md index 8dfaf70..9799452 100644 --- a/_notes/Programming/Programming.md +++ b/_notes/Programming/Programming.md @@ -1,14 +1,11 @@ --- title: Programming date_created: Sunday, August 28th 2022, 10:16:53 am -date_modified: Sunday, August 28th 2022, 10:16:54 am +date_modified: Sunday, August 28th 2022, 6:11:05 pm --- -I've been interested in computer programming for approximately two decades. - - > **software development** is the process of conceiving, specifying, designing, programming, documenting, testing, and bug fixing involved in creating and maintaining applications, frameworks, or other software components. Software development involves writing and maintaining the source code, but in a broader sense, it includes all processes from the conception of the desired software through to the final manifestation of the software, typically in a planned and structured process. Software development also includes research, new development, prototyping, modification, reuse, re-engineering, maintenance, or any other activities that result in software products. > > [Wikipedia](https://en.wikipedia.org/wiki/Software%20development) -Learn more about [[Golang]]. \ No newline at end of file +Learn more about [[Golang]].