Searching Your Elixir Code

Product information

Topic

Tools

Audience

Beginner, Intermediate

Biography

Onorio is a software developer from Michigan with a bit of experience. He loves reading (especially comic books and detective fiction) and he studies ornithology as an avocation.

Talk Description

To paraphrase the old cliche, most software isn’t written it’s refactored. A job that comes up over and over again for many of us is searching our code base, looking for the definition of some symbol or function. It’s not an accident that, over the years, developers have figured out so many ways to search code bases.

Onorio will be discussing a couple of methods of searching Elixir code; using ack, which is a programmer’s grep, and also using the Rosie Pattern Language, which offers us even more power to find code constructs that we’re interested in finding.