Erlang is getting pretty! - Michal Muskala | Code BEAM SF 20

preview_player
Показать описание


---

ERLANG IS GETTING PRETTY!
by Michal Muskala

THIS TALK IN THREE WORDS:
Erlang
Tooling
Developer experience

TALK LEVEL: All

ABSTRACT
How much time did you spend today reading code? How many times did you have to look harder because of how the code looked?

Maintaining a clear and consistent code style is hard: manual inspections often leads to endless bikeshedding and linters add noticeable overhead to the workflow. Many languages solved this issue through automated code formatters - Go, Rust, Elixir, Elm among many others. And now, thanks to the new erlfmt tool, Erlang is getting pretty as well!

Come to this session to learn more about erlfmt - how it works and how it can help your team.

---

THE SPEAKER - MICHAL MUSKALA
Engineer at WhatsApp Erlang Team and Elixir contributor

When not programming, he enjoys reading, travelling, and sailing - no matter if sunny, rainy or stormy. It's even better if all of those are combined!

---

CODE SYNC & CODE BEAM SF 2020

CODE SYNC

#Erlang #Tooling #Programming
Рекомендации по теме
Комментарии
Автор

Of course, there are some other projects, trying to accomplish formatting in erlang.

razpeitiamx
Автор

I wrote an article in Medium referencing this talk…

elbrujohalcon
Автор

Can't wait to see this tool released as open source.

markalanj