https://github.com/yegor256/painofoop
Object-oriented programming is a pain if we do it wrong: Lecture Notes for a BSc course
https://github.com/yegor256/painofoop
latex-document lecture-material lecture-notes lecture-slides lectures oop slides
Last synced: 4 months ago
JSON representation
Object-oriented programming is a pain if we do it wrong: Lecture Notes for a BSc course
- Host: GitHub
- URL: https://github.com/yegor256/painofoop
- Owner: yegor256
- License: mit
- Created: 2023-04-02T02:46:13.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T18:01:22.000Z (about 1 year ago)
- Last Synced: 2024-05-01T23:12:18.111Z (about 1 year ago)
- Topics: latex-document, lecture-material, lecture-notes, lecture-slides, lectures, oop, slides
- Language: TeX
- Homepage: https://yegor256.github.io/painofoop/
- Size: 30 MB
- Stars: 25
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Pain of OOP, Lecture Notes
[](https://github.com/yegor256/painofoop/actions/workflows/latexmk.yml)
[](https://github.com/yegor256/painofoop/blob/master/LICENSE.txt)There are slides for my series of lectures for
[Innopolis University](https://innopolis.university/) (Kazan, Russia).All recorded videos (so far) are in [this YouTube playlist][playlist].
All compiled slide decks in PDF are
[here](https://yegor256.github.io/painofoop/).Research questions [are here][rq].
To compile everything just run:
```bash
make
```To clean everything up, do:
```bash
make clean
```You need to have
[LaTeX](https://en.wikipedia.org/wiki/LaTeX),
[`aspell`](http://aspell.net/),
[`texsc`](https://rubygems.org/gems/texsc),
and
[`texqc`](https://rubygems.org/gems/texqc)
installed.**Disclaimer**: All visual and text materials presented in
this slidedeck are either originally made by the author or taken from public
Internet sources, such as website. Copyright belongs to their respected
authors.[playlist]: https://www.youtube.com/playlist?list=PLaIsQH4uc08ytf8POIIAkkR4ZsRq8DFiV
[rq]: https://gist.github.com/yegor256/9c7ac9fbd45469a08eb68cfe09d451c3