dwww Home | Show directory contents | Find package

# signal-with-return-value

Returning values from signals is considered bad design, as there might be more
than 1 slot connected to it.  In general signals should just emit that some state
has changed and know nothing about who's connected to it.

Needing a return value is a design smell that you probably should be using a direct call instead.

Generated by dwww version 1.15 on Sat May 18 13:55:22 CEST 2024.