Devon C. Estes

Writing custom Credo checks

I love automation of things. I especially love automating the simple parts of code review, since much of that stuff can be easily automated with static analysis tools. »

All in

Ughhh, I hate that I'm writing this post. I hate these things usually. But, I've found that I've had to repeat myself in long emails a couple times recently, and I hate that even more, so when that happens I write a blog post that I can just share the link to for future times when I need this thing. »

Author image Devon C. Estes on Elixir

What's the deal with module attributes?

I was recently doing some work on documenting and adding some missing typespecs to the Elixir codebase, and in that work I saw something that I thought I could improve. »

Author image Devon C. Estes on Elixir