write three important points to remember when writing a function.
Answers
Answered by
7
Explanation:
Functions
1st rule – Functions should be small.
2nd rule – Functions should be smaller than that!
Functions should barely be 20 lines long…
Each function should lead you to the next function in a compelling order – like telling a story.
They should do ONE thing.
Similar questions