Exploring code smells in Elixir

Speaker:
Elaine Watanabe


Abstract:

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:

  • Understanding code smells and why they can impact overall code quality.
  • Learning how to identify them in Elixir, and how to apply refactoring techniques to reduce the code smell impact on a codebase.
  • Introduction to the “Catalog of Elixir-specific code smells”, maintained by Lucas Vegi and Marco Tulio Valente.
  • Discussion about code quality, maintainability, and legacy code in Elixir.

Target Audience:

  • This presentation is designed to engage a diverse audience, including Elixir developers, enthusiasts of functional programming, software engineers, technical leads, architects, and developers in the process of transitioning to Elixir. It is specifically tailored for individuals who are enthusiastic about enhancing code quality, ensuring maintainability, and deepening their comprehension of code smells in Elixir.

Tags:
Code smells, Refactoring, Code quality