Code Sync: How I grew to love Erlang type specs - Marc Sugiyama | Code BEAM Europe 2023
Comments welcome! View the code-sync tag for more Code Sync talks!
Code Sync: How I grew to love Erlang type specs - Marc Sugiyama | Code BEAM Europe 2023
Comments welcome! View the code-sync tag for more Code Sync talks!
I found the record type spec part helpful. I’ve been adding {elvis_style, no_spec_with_records, disable}
to my elvis.configs because it didn’t explain why it didn’t like them and I wasn’t satisfied by my guess of “if you change the type to not be a record, later, you’ll have less editing to do”.