Skip to content

OpaqueParameter

Ben Christel edited this page Mar 26, 2022 · 1 revision

Opaque parameters are a CodeSmell that often occurs in the presence of a DeepHierarchy, e.g. a deep call graph. A parameter to a function is opaque to that function if the function doesn't do anything with the parameter except pass it on to a single other function.

Clone this wiki locally