Glossary coding Term Page
Parameter list
the inputs the function needs
Core Idea
Parameter list is the inputs the function needs. It usually makes the most sense alongside Return type, Function name, Body.
Why It Matters Here
Mathbong reuses this term across c posts as shared vocabulary.