You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.