|
|
|
|
|
by Capricorn2481
478 days ago
|
|
In other languages you would know which date you were dealing with based on the type regardless of the function you were in. In Clojure, you have to either name the variable date-string or find which API it came from, which means tracing the call stack |
|