|
|
|
|
|
by daxfohl
3661 days ago
|
|
Agreed, I just recently took some recursive F# code from a photobooth (display countdown, async sleep, take photo, download from camera, recur with new byte[] list)->reverse list, and rewrote it it an imperative loop appending to a normal List<byte[]> and the code is much more intuitive. Some things are more intuitive as a list of things to do and changes to make. |
|