-
Notifications
You must be signed in to change notification settings - Fork 11
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 #62 from neu-se/m16-mitch-dependencies
M16 mitch dependencies
- Loading branch information
Showing
5 changed files
with
36 additions
and
2 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
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
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
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,31 @@ | ||
--- | ||
layout: module | ||
title: "16A - Dependencies" | ||
permalink: /modules/16a-dependencies | ||
parent: Modules | ||
nav_order: 17 | ||
lessons: #I know that it seems a bit annoying to have to put each lesson in the yaml header like this... | ||
#But, the benefit is that if you do it like this, the site | ||
#will automatically add the lecture on Canvas, including | ||
#links to the ppt, pdf, and tutorials as appropriate! | ||
- title: Managing Dependencies v1 | ||
pdf: "Module 16A Dependency Management.pdf" | ||
ppt: "Module 16A Dependency Management.pptx" | ||
--- | ||
|
||
### Learning Objectives: | ||
By the end of this module, you should be able to: | ||
* Explain why you need dependencies | ||
* Explain the major risks of dependencies | ||
* Explain the principles of semantic versioning | ||
* Explain what a package manager does | ||
* Understand that different package managers may solve dependencies differently | ||
|
||
|
||
{% include lesson.html %} | ||
|
||
### Resources: | ||
|
||
* [Semantic Versioning Specification](https://semver.org/) | ||
|
||
* |