Latest #defdelegate Threads 
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
I have a module with a function with two implementations using pattern matching:
def agent_registered(%Event{} = event) do
...
end
de...
New
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
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
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
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
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
ISTM that alias, import and defdelegate are limited and confusing, and certainly my worst experience in Elixir.
I just would like to do ...
New
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
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
This Month's Trending
This Year's Trending
Last Three Year's Trending
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
This is a philosophical question, but is defdelegate necessary? Why have a separate keyword to define something that could be accomplish...
New
ISTM that alias, import and defdelegate are limited and confusing, and certainly my worst experience in Elixir.
I just would like to do ...
New
I like using defdelegate along with @behaviours to make nice simple contract shim modules. The only gotcha is that defdelegate is a compi...
New
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
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
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
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
I have a module with a function with two implementations using pattern matching:
def agent_registered(%Event{} = event) do
...
end
de...
New
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
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
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #elixirconf
- #discussion
- #javascript
- #podcasts
- #code-sync
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #api
- #processes
- #forms
- #metaprogramming
- #security
- #performance
- #hex







