Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dialyzer talk to schedule #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,24 @@ Exploring the Back-end Virtual DOM library landscape

Phoenix LiveView has not be released to the general public, so there might not be much to say about it by the time the meetup rolls around?

March 2019
-------------

### Topic

Chemanalysis: Dialyzing Elixir

### Summary

No one wants to ship bugs in a production system, especially embarrassing ones! Dialyzer is a post-compilation type-checker that has found more bugs in my code than I can count, saving me a lot of time and frustration. This talk will discuss briefly what Dialyzer is, how to use it in Elixir projects, and go in-depth on three bugs it helped me find in the Elixir compiler and standard library.

### Presenter

- **Name:** Sean Cribbs
- **URL:** https://seancribbs.com
- **GitHub:** https://github.com/seancribbs
- **Twitter:** https://twitter.com/seancribbs

### Notes

This is a reprise of the [CodeBEAM SF talk](https://codebeam.io/speaker/sean-cribbs/#290chemanalysis-dialyzing-elixir) I'll be giving.