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:
Jay Hayes
2016-06-10 11:08:25 -05:00
parent 3c217073f5
commit f9a7f7016c
2 changed files with 4 additions and 4 deletions

View File

@@ -11,8 +11,8 @@ defmodule StringTests do
"incredible",
"banana",
"banana",
"String",
"listen",
"StringStringString",
"LISTEN",
]
test_all(Strings, answers)