"router pattern" explanation video
|
|
0
|
665
|
February 6, 2021
|
Automatic Elixir Code Transforms (“advanced” `mix.format`)
|
|
3
|
708
|
February 5, 2021
|
Noob question: How might this code be improved?
|
|
4
|
638
|
November 27, 2020
|
Using a literal parameter to choose between multiple function heads
|
|
7
|
1234
|
November 19, 2020
|
Private functions: naming and additional parameter position
|
|
10
|
3758
|
September 12, 2020
|
Anonymous function style
|
|
6
|
1576
|
June 17, 2020
|
Cannot invoke remote function Access.get/2 inside guards
|
|
4
|
4286
|
April 10, 2020
|
Elixir stype
|
|
8
|
713
|
March 31, 2020
|
Struct as init argument in supervisor child list
|
|
1
|
845
|
March 24, 2020
|
Defining a new (custom) type - best practices? Cleaner code?
|
|
3
|
1093
|
February 5, 2020
|
Cleaner alternative for nested case/cond/if statements?
|
|
5
|
2640
|
January 20, 2020
|
Idiomatic way of handling missing Map fields
|
|
8
|
4517
|
January 16, 2020
|
Credo port of Elixir Style Guide?
|
|
0
|
667
|
January 10, 2020
|
Microservice code architecture
|
|
8
|
1466
|
December 6, 2019
|
Which ecto query |> Repo.all style is more readable?
|
|
3
|
1565
|
October 16, 2019
|
Do you always add a trailing comma?
|
|
38
|
5267
|
April 4, 2019
|
Partial Application vs Parameters - which do you prefer?
|
|
13
|
5245
|
April 2, 2019
|
Code review: an IPv4 module
|
|
5
|
761
|
February 14, 2019
|
Code golf on Map.merge/put
|
|
4
|
695
|
December 11, 2018
|
Formatting a list of strings - am I missing anything?
|
|
18
|
4588
|
December 9, 2018
|
Error handling with try/rescue vs with
|
|
2
|
2327
|
November 20, 2018
|
Using modules as constants
|
|
0
|
698
|
November 18, 2018
|
How do you order your Modules?
|
|
2
|
746
|
November 17, 2018
|
Community preference on code/the size of functions etc?
|
|
12
|
1678
|
November 14, 2018
|
How to handle long test names?
|
|
2
|
1126
|
October 23, 2018
|
Analyzing Elixir Source Code - what tools exist for analyzing code metrics, etc
|
|
3
|
1168
|
October 17, 2018
|
Implementing a counter, aka: how to keep state in a closure
|
|
4
|
5559
|
October 4, 2018
|
Post conditions in Elixir
|
|
2
|
927
|
July 5, 2018
|
Change one field in map from string to integer?
|
|
14
|
3308
|
July 4, 2018
|
Are there performance differences or style preferences in case vs function heads?
|
|
4
|
1831
|
June 22, 2018
|