79833625

Date: 2025-11-30 00:59:45
Score: 1
Natty:
Report link

You can create a wrapper with any structure you wish. Declare interfaces with the contract you want, create concrete implementations which call the library appropriately, and use your interfaces in lieu of the library classes throughout the project where possible. This is arguably good practice even when the library classes are "well designed", for reasons including improved maintainability and separation of concerns.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
Posted by: Xavier Pedraza