Computer Science, asked by jamilaantonalmeida, 5 months ago

write three important points to remember when writing a function.​

Answers

Answered by Anonymous
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