﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
34352	Unify terms in Signals docs.	PASCAL FOUQUE	Hossam Hassan	"Currently, the ""Signals"" documentation presents some inconsistency, mostly due to naming.
- Different terms are used: ""Signal handler"", ""Signal Receiver"", ""callback""
- Users are told to store ""Signal handlers/Receivers"" into a module called ""signals"", which connects to a Signal from another module called ""signal"".

I think some minor changes, could help understand this feature:
- 1. Remove the term ""callback"": can lead to confusion with a function defined per call
- 2. Introducing another module name to define ""Signal handlers/Receivers"" would help understand this feature involves two different actors.
- 3. Unify the naming of ""Signal handlers"" / ""Signal Receiver"", I'm wondering if we need to keep both terms, or keep the term ""receiver"" reserved for the function and use ""Signal Handler"" for the connected function.


NB: I didn't make much research on how this kind of feature is explained in other frameworks / technologies"	Cleanup/optimization	closed	Documentation	4.1	Normal	fixed			Ready for checkin	1	0	0	0	0	0
