An open API service indexing awesome lists of open source software.

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

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

![](assets/2019-10-28-19-43-38.png)

# Credits

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