Prefer function output over input
When learning about the behavior of a function, in general the learning experience is better when provided with the input and asked for the output.
This commit is contained in:
@@ -11,8 +11,8 @@ defmodule StringTests do
|
||||
"incredible",
|
||||
"banana",
|
||||
"banana",
|
||||
"String",
|
||||
"listen",
|
||||
"StringStringString",
|
||||
"LISTEN",
|
||||
]
|
||||
|
||||
test_all(Strings, answers)
|
||||
|
||||
Reference in New Issue
Block a user