Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattiamtzlr/epfl-cs214-course
Course notes for EPFL CS-214: Software Construction
https://github.com/mattiamtzlr/epfl-cs214-course
functional-programming scala university-course
Last synced: 14 days ago
JSON representation
Course notes for EPFL CS-214: Software Construction
- Host: GitHub
- URL: https://github.com/mattiamtzlr/epfl-cs214-course
- Owner: mattiamtzlr
- License: cc-by-sa-4.0
- Created: 2024-09-21T14:05:48.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-10-29T13:16:39.000Z (4 months ago)
- Last Synced: 2024-10-29T16:00:46.178Z (4 months ago)
- Topics: functional-programming, scala, university-course
- Language: Scala
- Homepage:
- Size: 1.84 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Software Construction Course Notes
Course notes for EPFL CS-214
**This repository is an obsidian vault. For best results, view it in Obsidian.**The slides are under copyright of the course, thus I cannot post them here.
The internal links referring to them will therefore not work unless you download the slides yourself (assuming you're an EPFL student) and you store them in a folder called `Slides` in the top level directory.
You will need to name the slides the same as the references in the notes, so generally `scala-weekX.pdf` and `soft-eng-weekX.pdf` respectively.## Contents
- [Scala](./Scala/): Notes about Scala and functional programming in general
- [Software Engineering](<./Software Engineering/>): Notes about Software engineering in general
- [Images](./Images/): Images used in the notes