Skip to content

Commit

Permalink
Add placeholder episodes for Eduard
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvanderburg committed Nov 27, 2024
1 parent f70b779 commit b590516
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,11 @@ contact: '[email protected]'
# Order of episodes in your lesson
episodes:
- github.md
- software-dependencies.md
- documentation.md
- good-code.md
- further-improvements.md
- reusability-check.md

# Information for Learners
learners:
Expand Down
28 changes: 28 additions & 0 deletions episodes/good-code.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: "Coding conventions and modular coding"
teaching: 5
exercises: 30
---

:::::::::::::::::::::::::::::::::::::: questions

- FIXME

::::::::::::::::::::::::::::::::::::::::::::::::

::::::::::::::::::::::::::::::::::::: objectives

- Know how to write readable code
- Know how to write modular code

::::::::::::::::::::::::::::::::::::::::::::::::





:::::::::::::::::::::::::::::::::::::::: keypoints

- FIXME

::::::::::::::::::::::::::::::::::::::::::::::::::
27 changes: 27 additions & 0 deletions episodes/reusability-check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: "Reusability check"
teaching: 5
exercises: 40
---

:::::::::::::::::::::::::::::::::::::: questions

- FIXME

::::::::::::::::::::::::::::::::::::::::::::::::

::::::::::::::::::::::::::::::::::::: objectives

- Check a project for reusability

::::::::::::::::::::::::::::::::::::::::::::::::





:::::::::::::::::::::::::::::::::::::::: keypoints

- FIXME

::::::::::::::::::::::::::::::::::::::::::::::::::
27 changes: 27 additions & 0 deletions episodes/software-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: "Software dependencies"
teaching: 5
exercises: 30
---

:::::::::::::::::::::::::::::::::::::: questions

- FIXME

::::::::::::::::::::::::::::::::::::::::::::::::

::::::::::::::::::::::::::::::::::::: objectives

- Know how to track dependencies of a project

::::::::::::::::::::::::::::::::::::::::::::::::





:::::::::::::::::::::::::::::::::::::::: keypoints

- FIXME

::::::::::::::::::::::::::::::::::::::::::::::::::

0 comments on commit b590516

Please sign in to comment.