If you’re someone using Ruby on Rails, I strongly recommend you go and clone the Real World Rails repo on GitHub. It’s a collection of full Rails apps that are open source which you can read the code for and see how different people are doing things. Quickly looking at the list, a couple of […]
Tag: programming-languages
I don’t code much in Objective-C these days1 but one thing I miss about it compared to Swift is how nil works. To be fair to Swift, the concept of “nothing” in Objective-C is kind of a mess, since there’s four different versions of it compared to two in Swift. nil