Skip to content
Snippets Groups Projects
Commit 8fbf159b authored by Florian Ziemen's avatar Florian Ziemen
Browse files

improve safe_copy slide a bit

parent 7aabe6b9
No related branches found
No related tags found
1 merge request!51User experience lecture
Pipeline #67594 passed
......@@ -416,12 +416,13 @@ if "?" in sys.argv:
```
## Hands-on {.handson}
1. rewrite [safe_copy.py](static/safe_copy.py) to use intuitive argument names
:::{.smaller}
Rewrite [safe_copy.py](static/safe_copy.py) to use intuitive argument names, then make it more intuitive.
```python
{{< include static/safe_copy.py >}}
```
2. Make it more intuitive.
:::
# While running
## Escalate Errors {.special}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment