-
Golang nil returns suck ლ(ಠ益ಠლ)
Trying to make sense of nil return values in golang, coming from Ruby and C.
-
Whitespace is Significant
While I was in my first couple years of college, Python was gaining traction as a hot new programming language. I had been programming in C since high school, but was curious about new languages. I took an interest in learning more about Python. A classmate told me that whitespace (at least indentation) was significant…