Svbtle

 

Open Source Code Makes Debugging Easier

Open source has now become a huge community, it is now making the developer community really enjoyable. I often use open source application because I can know what the program I use is doing, and at the same time, I am able to learn something from it. Recently, I find another important benefits that open source can give to everybody, debug. Open source actually makes debug easier and potentially faster.

Review of Bundler.require

Recently I was asked a question, “what is the usage of the Gemfile”? We discussed for some time and had some disagreement of Bundler.require, Bundler.setup and bundle exec. In the end, we simply dived into the source and used a few minites find the difference of those functions.

Debug of an iOS App

However, debugging in iOS is not as convenient as...

Continue reading