Latest #defdelegate Threads Top

sallaumen
ElixirForum Hello, my beloveds, I was trying to reach in the best practices with some of my work colleagues @liryanne and @tom335, but w...
New
rogerweb
I have a module with a function with two implementations using pattern matching: def agent_registered(%Event{} = event) do ... end de...
New
krp
After a year with Elixir I grew tired of writing, reading, and thinking in long, core function calls that I used to the point they felt l...
New
Fl4m3Ph03n1x
Background I have an umbrella project that has several apps. One of these apps, is called manager and it has a Public API that is used by...
New
vrod
Using defdelegate, is possible to alias a function with a different arity? For example I have function small/3 which is needing String.d...
New
tomekowal
I was looking today at slow compile times in my app, and I concluded, that it is because of defdelegates and imports Instead of editing ...
New
Athunnea
When you delegate a bunch of functions to the same module, is there a way to batch delegate them? Instead of defdelegate a1(), to: ABC ...
New
fgallaire
ISTM that alias, import and defdelegate are limited and confusing, and certainly my worst experience in Elixir. I just would like to do ...
New
Rich_Morin
Dave Thomas suggests that folks put the interface definition for a component into lib/foo.ex, then put all the implementation code into l...
New
fireproofsocks
This is a philosophical question, but is defdelegate necessary? Why have a separate keyword to define something that could be accomplish...
New

This Week's Trending Top

This Month's Trending Top

This Year's Trending Top

Last Three Year's Trending Top

Athunnea
When you delegate a bunch of functions to the same module, is there a way to batch delegate them? Instead of defdelegate a1(), to: ABC ...
New

Trending Over Three Years Top

fireproofsocks
This is a philosophical question, but is defdelegate necessary? Why have a separate keyword to define something that could be accomplish...
New
fgallaire
ISTM that alias, import and defdelegate are limited and confusing, and certainly my worst experience in Elixir. I just would like to do ...
New
binaryseed
I like using defdelegate along with @behaviours to make nice simple contract shim modules. The only gotcha is that defdelegate is a compi...
New
sallaumen
ElixirForum Hello, my beloveds, I was trying to reach in the best practices with some of my work colleagues @liryanne and @tom335, but w...
New
Rich_Morin
Dave Thomas suggests that folks put the interface definition for a component into lib/foo.ex, then put all the implementation code into l...
New
Fl4m3Ph03n1x
Background I have an umbrella project that has several apps. One of these apps, is called manager and it has a Public API that is used by...
New
krp
After a year with Elixir I grew tired of writing, reading, and thinking in long, core function calls that I used to the point they felt l...
New
rogerweb
I have a module with a function with two implementations using pattern matching: def agent_registered(%Event{} = event) do ... end de...
New
tomekowal
I was looking today at slow compile times in my app, and I concluded, that it is because of defdelegates and imports Instead of editing ...
New
vrod
Using defdelegate, is possible to alias a function with a different arity? For example I have function small/3 which is needing String.d...
New
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement