Introduction Dependency Injection is a technique in software development where the dependencies of an object are set from the outside. … More
Tag: clean code
Protocol-oriented maps on iOS
Introduction Maps are used in many mobile apps. That’s mainly because of the nature of the mobile user experience – … More