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
Expected behavior
Mismatched parameter names can be confusing for maintenance and application programming. Best for them to match for the sake of code clarity.
Checklist
Describe the bug
3 cases of mismatched parameter names between function prototypes and their implementations.
e.g.
PSP/fsw/inc/cfe_psp.h
Line 397 in 6fceb13
PSP/fsw/shared/src/cfe_psp_memutils.c
Line 69 in 6fceb13
Expected behavior
Mismatched parameter names can be confusing for maintenance and application programming. Best for them to match for the sake of code clarity.
Reporter Info
Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered: