Today I learned
  • Github
  • Linkedin
  • Nomad Life(Travel Blog)
  • About
Sign in Subscribe

modules

A collection of 1 post
elixir

Behaviours in Elixir explained

Behaviours provide a way to define an interface which a module can implement. A module declares that it implements the Behaviour with the @behaviour annotation. The functions in the modules implementing the behaviour will be checked at compile time to see if they match the function specifications in the behaviour
30 Apr 2016 1 min read
Page 1 of 1
Today I learned © 2025
Powered by Ghost