From 77c30c08e0e2d378ae34383ff6ef871a0a36af18 Mon Sep 17 00:00:00 2001 From: mil2001 <43646702+mil2001@users.noreply.github.com> Date: Sun, 28 Oct 2018 09:13:16 +0530 Subject: [PATCH] software engineering (#19837) * software engineering * Fixed spacing and grammar * software engineering isn't a study --- guide/english/software-engineering/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/software-engineering/index.md b/guide/english/software-engineering/index.md index 482da8cc84..64efbf4d83 100644 --- a/guide/english/software-engineering/index.md +++ b/guide/english/software-engineering/index.md @@ -3,7 +3,7 @@ title: Software Engineering --- ## Software Engineering -The field of **software engineering** is the study of techniques and strategies in order to efficiently manage the entire life cycle of software development. +The field of **software engineering** is the application of techniques and strategies used to efficiently manage the entire life cycle of software development. It involves solving real world problems and approaching the solution through computer programs. If you are writing just scripts that might be used once or twice, implementing software engineering principles may be too involved. However, as software projects get larger and foresee future ongoing use, principles of software engineering become increasingly important.