2022-11-28
|~1 min read
|179 words
What is a function? Brian Lonsdorf’s definition of a function from Hardcore Functional Programming in Javascript, v2 is three legged: Total…
2022-11-28
|~2 min read
|214 words
Previously, I wrote about how to checkout branches from a remote when the branch is not present locally. Recently, I found a new method that…