Help


from Wikipedia
« »  
; Code factoring: If several sequences of code are identical, or can be parameterized or reordered to be identical, they can be replaced with calls to a shared subroutine.
This can often share code for subroutine set-up and sometimes tail-recursion.

2.217 seconds.