home.social

#dependencyinversion — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #dependencyinversion, aggregated by home.social.

  1. 🧐 Struggling with unit tests? Does your code involve input/output (IO) operations?

    💻The answer is likely yes. Unit tests ensure that a unit of code works as expected. They only focus on testing the business logic. For instance, a unit test wouldn't cover database persistence.

    More info 🧵 👇 [1/2]

    🖼️ Picture: unsplash.com/@gndclouds

    #SOLIDPrinciples #SOLID #DependencyInversion #DIP #OOP #ObjectOrientedProgramming #ProgrammingTips