https://github.com/hasparus/power-of-preconditions
My talk for WroTS #8
https://github.com/hasparus/power-of-preconditions
Last synced: about 1 month ago
JSON representation
My talk for WroTS #8
- Host: GitHub
- URL: https://github.com/hasparus/power-of-preconditions
- Owner: hasparus
- Created: 2019-10-30T11:54:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-14T10:23:12.000Z (over 6 years ago)
- Last Synced: 2024-10-19T05:17:43.334Z (over 1 year ago)
- Language: TypeScript
- Size: 5.76 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
title: "Power of Preconditions"
---
_the talk_
# How
A VSCode presentation.
# Why
Use console.assert, you'll be better off.
# What
- Intro
- I'm Piotr Monwid-Olechnowicz and I wanted to say sorry
- I'd like to encourage you to press the bright green button
- Thank the talented and courageous developers who have spoken before me
- Mention your Svelte problems
- partial vs total functions
- `head` example
- wikipedia links
- returning vs throwing errors
- slides
---
_quick reminders_
# Controls
```json
{
"key": "cmd+alt+left",
"command": "workbench.action.previousEditor"
},
{
"key": "cmd+alt+right",
"command": "workbench.action.nextEditor"
},
{
"key": "cmd+shift+q",
"command": "quokka.toggle",
"when": "editorTextFocus"
},
```
Move quickly through the slides with
- `Cmd + Alt + LeftArrow` → _View: Open Previous Editor_
- `Cmd + Alt + RightArrow` → _View: Open Next Editor_
Run TypeScript slides with
- `Cmd + Shift + Q` → _Quokka.js: Toggle (Start/Stop) on Current File_
Minimize distractions and maximize screen space
- `Cmd + B` → _(built-in) View: Toggle Side Bar Visibility_
Use regions to hide imports and code pasted from previous slides

# Credits
- cloned from https://github.com/blackdahila/wroc-ts-08-talk
- based on https://staltz.com/your-ide-as-a-presentation-tool.html