https://github.com/coderefinery/modular-type-along
Modular code development - Making reusing parts of your code easier
https://github.com/coderefinery/modular-type-along
demo modular-design
Last synced: 4 months ago
JSON representation
Modular code development - Making reusing parts of your code easier
- Host: GitHub
- URL: https://github.com/coderefinery/modular-type-along
- Owner: coderefinery
- License: cc-by-4.0
- Created: 2019-12-10T19:05:19.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-10-19T14:27:47.000Z (8 months ago)
- Last Synced: 2025-10-19T19:42:10.444Z (8 months ago)
- Topics: demo, modular-design
- Language: Python
- Homepage: https://coderefinery.github.io/modular-type-along/
- Size: 5.65 MB
- Stars: 4
- Watchers: 2
- Forks: 9
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
# Modular code development - Making reusing parts of your code easier
- [Modular code development lesson DOI](https://doi.org/10.5281/zenodo.16925149)
Type-along/demo where we discuss and experience aspects of (un)modular
code development. It is an interactive demo with an intro, and then
instructors start with the basic code in a Jupyter notebook and build
up to something approaching a reusable command line script. It's
usually done live, with the audience suggesting what comes next (not
following the given solution exactly).
## Adding more languages as examples
We welcome people to add more exercises as examples. What to do:
* If you don't know of the lesson already, watch one of the videos
and/or read it in detail.
* Find the example in the solution page, `content/solution.md`.
Copy the `{group-tab}` for an existing language, copy it to below,
and modify it for your new language.
* Add new files in `content/code/LANGUAGE/` and link them with the
`literalinclude`. Try to use the same base filename.
* Please don't submit pure AI generated code. These are examples to
humans to understand certain concepts, not just to get something
done.
* Send a pull request. Don't worry if all the syntax is perfect or
not, we can fix it and make it consistent, just focus on your
language (or you could put just the language code in an issue and
we'll do all the rest ourselves).