Should I provide typespec for each function clause?
|
|
3
|
336
|
August 18, 2023
|
Function with many arguments design
|
|
7
|
5530
|
August 9, 2023
|
How to deal with this pattern elegant?
|
|
8
|
259
|
May 31, 2023
|
When to use perform_action("type", ...) vs perform_type(...)
|
|
2
|
309
|
January 20, 2023
|
Ordering Use, Import, Alias, Require?
|
|
7
|
6024
|
December 23, 2022
|
High quality public phoenix projects
|
|
9
|
2187
|
December 22, 2022
|
Readability of single-clause with statements
|
|
7
|
931
|
December 12, 2022
|
How do you deal with partial failures
|
|
9
|
519
|
December 6, 2022
|
Why `throw/catch` is discouraged for control flow in favor of `with` special form?
|
|
20
|
1350
|
November 16, 2022
|
Using List.first instead of Enum.at(0)
|
|
14
|
26396
|
October 26, 2022
|
Stylistic question: How to break out of a recursive tree processing?
|
|
3
|
464
|
September 30, 2022
|
Mix formatter to remove unnecessary newlines?
|
|
29
|
1444
|
September 3, 2022
|
Why would you create two near-identical functions but one does not have a bang (!)?
|
|
3
|
503
|
August 15, 2022
|
How do you work with nested modules?
|
|
12
|
1733
|
July 5, 2022
|
Control flow structures vs Pattern Matching
|
|
9
|
656
|
July 3, 2022
|
A question about the composability of Elixir
|
|
3
|
513
|
May 14, 2022
|
Case vs if
|
|
3
|
1605
|
December 13, 2021
|
Role models for Elixir documentation?
|
|
1
|
545
|
October 18, 2021
|
Avoiding long `with` blocks
|
|
3
|
555
|
October 7, 2021
|
AI Code Completion Plugin called Tab Nine
|
|
3
|
2216
|
August 28, 2021
|
Credo (or others) enforce guard clauses for all arguments
|
|
1
|
730
|
August 12, 2021
|
Handling nil in case
|
|
6
|
2144
|
June 19, 2021
|
Enum.chunk_while/4 - am I using it right and if, is this an interesting example for the elixir documentation?
|
|
5
|
957
|
March 16, 2021
|
Best practices: duplicating argument fields for pattern matching
|
|
10
|
1503
|
February 7, 2021
|
"router pattern" explanation video
|
|
0
|
496
|
February 6, 2021
|
Automatic Elixir Code Transforms (“advanced” `mix.format`)
|
|
3
|
545
|
February 5, 2021
|
Noob question: How might this code be improved?
|
|
4
|
543
|
November 27, 2020
|
Using a literal parameter to choose between multiple function heads
|
|
7
|
848
|
November 19, 2020
|
Private functions: naming and additional parameter position
|
|
10
|
2743
|
September 12, 2020
|
Anonymous function style
|
|
6
|
1184
|
June 17, 2020
|