/UsingThirdPartyLibs

How to use 3rd party libraries properly

Primary LanguageC#

How to Use 3rd Party Libraries Properly

Using Adapter Design Pattern, we can write "universal software slots" where we can plug in/out any 3rd party code with minimal changes on our side.

Is all this extra effort necessary?

Probably not right now. But this is a good investment of your time right now to save your future hours of extra work .

If you choose to write adaptive code to interact with 3rd party libraries, you won't have to spend more than a few minutes to adapt to any change that is out of your control.