Function Programming

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2021 Oct 10 17:35
Editor
Edited
Edited
2024 Jun 12 7:36

Hide details

Declare local data and clarify precondition and postcondition
Parameter 5개 초과하면
Register
말고 스택에도 할당되니 5개 이하로 가는 게 좋다 (64bit)
Function Programming Notion
 
 
Functions
 
 
 
 
This can result in fewer checks overall, centralizing control flow in a single function, and making it easier to notice redundancies and dead conditions for code quality and performance
 
 

Recommendations