Common mistakes no one bothers about – Swift Bools

Hello there, my sweet fellow developers, Sometimes you could write a code, that is not duplicated on the syntax level, but is duplicated logically. Lets take a look at a simple case:

Ultimately, this piece of code says: “if yes return yes, otherwise return no”. A weird accent, I could say. Lets rewrite it … Continued

Objective-C After 3 Years Of Swift

More than 3 years passed since the first public announcement of Swift. So, it is a good idea to take a look at Objective-C in order to find out its place in the world of software development. As of now, Apple changed ObjC for better Swift compatibility quite a bit, making it more type-oriented, which … Continued