https://github.com/tommy-muehle/keynote-why-setters-are-bad
Code snippets for my keynote "Why setters are bad".
https://github.com/tommy-muehle/keynote-why-setters-are-bad
keynote snippets
Last synced: 4 months ago
JSON representation
Code snippets for my keynote "Why setters are bad".
- Host: GitHub
- URL: https://github.com/tommy-muehle/keynote-why-setters-are-bad
- Owner: tommy-muehle
- Created: 2017-04-19T13:54:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-22T18:58:26.000Z (over 8 years ago)
- Last Synced: 2025-04-03T20:22:08.534Z (7 months ago)
- Topics: keynote, snippets
- Language: PHP
- Homepage: https://speakerdeck.com/tommymuehle/why-setters-are-bad
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Keynote - Why setters are bad
Code snippets for my keynote ["Why setters are bad"](https://speakerdeck.com/tommymuehle/why-setters-are-bad).
## Requirements
* [highlight](http://www.andre-simon.de/doku/highlight/highlight.php)
* [personal theme](https://github.com/tommy-muehle/my-highlight-theme)## Usage
```
cat some-slide.php | tail -n +2 > highlight.php | highlight -f -O rtf highlight.php --font-size 28 --style my-personal | pbcopy && rm highlight.php
```