in Rust
Pascal Hertleif
2018-08-10
cargo build
be wary of -sys crates
Everyone can release a new version
Packaging is done automatically
Generate cross-platform binaries on CI
logging is like println
debugging where you already have the println
s
a year from now, -vvvv
is your best friend
…are just crates that haven’t been extracted yet
You will forget all the hidden/indirect concepts
It’s very hard to even notice them when writing the code
Trying not to be too clever and abstract away too much
A half-finished refactoring from three years ago is more confusing than helpful
Write commit messages that tell me the intent of your change
I love reading old commit messages to get into the mindset of the original author
I am Pascal
{twitter,github}.com/killercup
Slides will be available on Github