Elaine has been a Software Developer since 2008. She has a M.Sc. in Computer Science, and a B.Sc. in Computer Engineering, and is fascinated by Elixir and Ruby languages, software engineering, technical leadership, and scientific research in distributed systems.
Since 2017, she has presented +15 talks at multiple tech conferences for audiences of different levels (beginner, intermediate and advanced) about Ruby and Elixir languages, introduction to programming, code design, and code review practices. She is also a Rails Girls São Paulo mentor, coffee lover, and former taiko drummer.
Code smells are indicators of potential design problems in software code. They can impact maintainability, readability, and overall code quality.
While code smells have been extensively studied in object-oriented programming languages, their applicability and identification in functional programming languages like Elixir remain a fascinating area of exploration.
In this talk, we will dive into the world of Elixir and uncover code smells that may arise in its codebase. We will explore the traditional code smells (including the newly cataloged Elixir-specific code smells), discuss their impact on Elixir applications, and provide practical insights into refactoring techniques to eliminate them.
Key Takeaways:
Target Audience: