|
Enum.chunk_while/4 - am I using it right and if, is this an interesting example for the elixir documentation?
|
|
5
|
1398
|
March 16, 2021
|
|
Best practices: duplicating argument fields for pattern matching
|
|
10
|
2007
|
February 7, 2021
|
|
"router pattern" explanation video
|
|
0
|
670
|
February 6, 2021
|
|
Automatic Elixir Code Transforms (“advanced” `mix.format`)
|
|
3
|
723
|
February 5, 2021
|
|
Noob question: How might this code be improved?
|
|
4
|
659
|
November 27, 2020
|
|
Using a literal parameter to choose between multiple function heads
|
|
7
|
1276
|
November 19, 2020
|
|
Private functions: naming and additional parameter position
|
|
10
|
4029
|
September 12, 2020
|
|
Anonymous function style
|
|
6
|
1610
|
June 17, 2020
|
|
Cannot invoke remote function Access.get/2 inside guards
|
|
4
|
4549
|
April 10, 2020
|
|
Elixir stype
|
|
8
|
738
|
March 31, 2020
|
|
Struct as init argument in supervisor child list
|
|
1
|
869
|
March 24, 2020
|
|
Defining a new (custom) type - best practices? Cleaner code?
|
|
3
|
1112
|
February 5, 2020
|
|
Cleaner alternative for nested case/cond/if statements?
|
|
5
|
2892
|
January 20, 2020
|
|
Idiomatic way of handling missing Map fields
|
|
8
|
4715
|
January 16, 2020
|
|
Credo port of Elixir Style Guide?
|
|
0
|
672
|
January 10, 2020
|
|
Microservice code architecture
|
|
8
|
1504
|
December 6, 2019
|
|
Which ecto query |> Repo.all style is more readable?
|
|
3
|
1595
|
October 16, 2019
|
|
Do you always add a trailing comma?
|
|
38
|
5487
|
April 4, 2019
|
|
Partial Application vs Parameters - which do you prefer?
|
|
13
|
5531
|
April 2, 2019
|
|
Code review: an IPv4 module
|
|
5
|
781
|
February 14, 2019
|
|
Code golf on Map.merge/put
|
|
4
|
710
|
December 11, 2018
|
|
Formatting a list of strings - am I missing anything?
|
|
18
|
4683
|
December 9, 2018
|
|
Error handling with try/rescue vs with
|
|
2
|
2364
|
November 20, 2018
|
|
Using modules as constants
|
|
0
|
703
|
November 18, 2018
|
|
How do you order your Modules?
|
|
2
|
752
|
November 17, 2018
|
|
Community preference on code/the size of functions etc?
|
|
12
|
1762
|
November 14, 2018
|
|
How to handle long test names?
|
|
2
|
1165
|
October 23, 2018
|
|
Analyzing Elixir Source Code - what tools exist for analyzing code metrics, etc
|
|
3
|
1194
|
October 17, 2018
|
|
Implementing a counter, aka: how to keep state in a closure
|
|
4
|
5723
|
October 4, 2018
|
|
Post conditions in Elixir
|
|
2
|
942
|
July 5, 2018
|