Is cyclic dependency actually the result of bad design?

This page summarizes the projects mentioned and recommended in the original post on /r/cpp_questions

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Nfy

    A Lightweight Template-Based Notification Library

  • In my own code, I make use a generic notification system which allows high-level systems to register themselves with lower-level libraries to help invert dependencies. An example of this is how my game engine's UI library can register itself with the Input library, so it can receive mouse, keyboard, and gamepad events, necessary for manipulating UI controls. But the Game itself also needs to register for some UI events itself, not to mention debug functionality like ImGui for debug windows, etc. So I use this notification system to ensure the low-level Input library can push events out to multiple subscribers without needing to know about them.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts