Skip to content

Commit 902b22a

Browse files
committed
Autobuild latest version
1 parent 689aac1 commit 902b22a

File tree

3 files changed

+2
-85
lines changed

3 files changed

+2
-85
lines changed

_sources/index.rst.txt

Lines changed: 1 addition & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,6 @@
11
Introduction to Software Engineering
22
====================================
33

4-
Software Engineering is more of an encompassing approach to the development of software.
5-
For us to understand what we will be doing in this course we need to define Software Design and Development as two independent ideas to creating software.
6-
Thus the terms *software design*, *software development*, and *software engineering* will be defined for clarity.
7-
For the most part we use *software design*, *software development* and *software engineering* as interchangeable words.
8-
They, however, are scaffolded ideas and we will breakdown each one.
9-
From there you will understand the purpose and goal of the course.
10-
Below are the differences:
11-
12-
1. **Software Design**:
13-
14-
- **Focus**: Software design refers to the process of defining the architecture, components, interfaces, and data for a software application. It's about planning how the software will be structured and how it will work.
15-
16-
- **Activities**: It includes tasks like creating flowcharts, defining algorithms, selecting appropriate design patterns, and creating the overall structure of the software.
17-
18-
- **Goal**: The goal of software design is to create a blueprint or a plan for how the software will be built. It ensures that the software's architecture will support scalability, reliability, and maintainability.
19-
20-
- **Tools/Concepts**: UML diagrams, design patterns, data structures, and algorithms.
21-
22-
2. **Software Development**:
23-
- **Focus**: Software development is the actual process of building the software based on the design. It encompasses the coding, testing, and debugging of the software to create a working product.
24-
25-
- **Activities**: Involves writing code, testing features, debugging issues, and integrating different parts of the software.
26-
27-
- **Goal**: The goal of software development is to turn a design into a functional software product that works as intended.
28-
29-
- **Tools/Concepts**: Programming languages (like Python, Java, C++), Integrated Development Environments (IDEs), version control systems (e.g., Git), and testing frameworks.
30-
31-
3. **Software Engineering**:
32-
33-
- **Focus**: Software engineering is a broader discipline that involves applying engineering principles and systematic methods to the development, operation, and maintenance of software.
34-
35-
- **Activities**: Software engineering includes software design and development but extends to areas like requirements gathering, project management, quality assurance, deployment, maintenance, and continuous improvement.
36-
37-
- **Goal**: The goal of software engineering is to ensure that software is developed efficiently, meets user needs, and is reliable, scalable, and maintainable. It also aims to apply best practices and methodologies to manage complexity and ensure quality.
38-
39-
- **Tools/Concepts**: Software development methodologies (Agile, Waterfall, DevOps), project management tools (e.g., JIRA), version control, testing, continuous integration/continuous deployment (CI/CD), and metrics to track performance and success.
40-
41-
Summary:
42-
--------
43-
- **Software Design** is about planning and structuring the software.
44-
- **Software Development** is about building and coding the software based on the design.
45-
- **Software Engineering** is a holistic approach that includes both design and development, but also incorporates project management, maintenance, and the use of engineering principles to ensure the software is effective, scalable, and sustainable over time.
464

475
.. toctree::
486
:maxdepth: 1
@@ -71,4 +29,4 @@ Summary:
7129
Marketing Proposal <Resources/MarketingProposal.md>
7230
SCRUM Overview <Resources/SCRUM_Overview.md>
7331
SCRUM Rubric <Resources/SCRUM_rubric.md>
74-
SDD Structural Considerations <Resources/SDD_Structural-Considerations.md>
32+
SDD Structural Considerations <Resources/SDD_Structural-Considerations.md>

index.html

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -34,46 +34,6 @@
3434

3535
<section id="introduction-to-software-engineering">
3636
<h1>Introduction to Software Engineering<a class="headerlink" href="#introduction-to-software-engineering" title="Link to this heading"></a></h1>
37-
<p>Software Engineering is more of an encompassing approach to the development of software.
38-
For us to understand what we will be doing in this course we need to define Software Design and Development as two independent ideas to creating software.
39-
Thus the terms <em>software design</em>, <em>software development</em>, and <em>software engineering</em> will be defined for clarity.
40-
For the most part we use <em>software design</em>, <em>software development</em> and <em>software engineering</em> as interchangeable words.
41-
They, however, are scaffolded ideas and we will breakdown each one.
42-
From there you will understand the purpose and goal of the course.
43-
Below are the differences:</p>
44-
<ol class="arabic simple">
45-
<li><p><strong>Software Design</strong>:</p>
46-
<ul class="simple">
47-
<li><p><strong>Focus</strong>: Software design refers to the process of defining the architecture, components, interfaces, and data for a software application. It’s about planning how the software will be structured and how it will work.</p></li>
48-
<li><p><strong>Activities</strong>: It includes tasks like creating flowcharts, defining algorithms, selecting appropriate design patterns, and creating the overall structure of the software.</p></li>
49-
<li><p><strong>Goal</strong>: The goal of software design is to create a blueprint or a plan for how the software will be built. It ensures that the software’s architecture will support scalability, reliability, and maintainability.</p></li>
50-
<li><p><strong>Tools/Concepts</strong>: UML diagrams, design patterns, data structures, and algorithms.</p></li>
51-
</ul>
52-
</li>
53-
<li><p><strong>Software Development</strong>:
54-
- <strong>Focus</strong>: Software development is the actual process of building the software based on the design. It encompasses the coding, testing, and debugging of the software to create a working product.</p>
55-
<ul class="simple">
56-
<li><p><strong>Activities</strong>: Involves writing code, testing features, debugging issues, and integrating different parts of the software.</p></li>
57-
<li><p><strong>Goal</strong>: The goal of software development is to turn a design into a functional software product that works as intended.</p></li>
58-
<li><p><strong>Tools/Concepts</strong>: Programming languages (like Python, Java, C++), Integrated Development Environments (IDEs), version control systems (e.g., Git), and testing frameworks.</p></li>
59-
</ul>
60-
</li>
61-
<li><p><strong>Software Engineering</strong>:</p>
62-
<ul class="simple">
63-
<li><p><strong>Focus</strong>: Software engineering is a broader discipline that involves applying engineering principles and systematic methods to the development, operation, and maintenance of software.</p></li>
64-
<li><p><strong>Activities</strong>: Software engineering includes software design and development but extends to areas like requirements gathering, project management, quality assurance, deployment, maintenance, and continuous improvement.</p></li>
65-
<li><p><strong>Goal</strong>: The goal of software engineering is to ensure that software is developed efficiently, meets user needs, and is reliable, scalable, and maintainable. It also aims to apply best practices and methodologies to manage complexity and ensure quality.</p></li>
66-
<li><p><strong>Tools/Concepts</strong>: Software development methodologies (Agile, Waterfall, DevOps), project management tools (e.g., JIRA), version control, testing, continuous integration/continuous deployment (CI/CD), and metrics to track performance and success.</p></li>
67-
</ul>
68-
</li>
69-
</ol>
70-
<section id="summary">
71-
<h2>Summary:<a class="headerlink" href="#summary" title="Link to this heading"></a></h2>
72-
<ul class="simple">
73-
<li><p><strong>Software Design</strong> is about planning and structuring the software.</p></li>
74-
<li><p><strong>Software Development</strong> is about building and coding the software based on the design.</p></li>
75-
<li><p><strong>Software Engineering</strong> is a holistic approach that includes both design and development, but also incorporates project management, maintenance, and the use of engineering principles to ensure the software is effective, scalable, and sustainable over time.</p></li>
76-
</ul>
7737
<div class="toctree-wrapper compound">
7838
<p class="caption" role="heading"><span class="caption-text">Unit 1:</span></p>
7939
<ul>
@@ -102,7 +62,6 @@ <h2>Summary:<a class="headerlink" href="#summary" title="Link to this heading">
10262
<li class="toctree-l1"><a class="reference internal" href="Resources/SDD_Structural-Considerations.html">SDD Structural Considerations</a></li>
10363
</ul>
10464
</div>
105-
</section>
10665
</section>
10766

10867

0 commit comments

Comments
 (0)