Thoughts on Dependency Management at Wayfair
Introduction Dependency injection has always been a hot topic for debate. At Wayfair, we have always chosen the simpler approach: passing the parameters right into the initializer. While this approach was easy to follow, scalability became a concern once the app started growing to a complicated machinery. Some examples picked…