jungi kim's honest review, [Code Factory] [Introduction] Completely master the Dart language in 4 hours course
Reviews 1
Average rating 5
I really enjoyed the lecture! If I may offer a small suggestion, I think it would be great if you could slightly supplement the part where you explained the `reduce` parameters as `prev` and `next` in the next revision. While names are ultimately up to the developer and the official Dart documentation uses terms like `value` and `element`, the nature of `reduce` means that from the second iteration onwards, the parameter receives the 'accumulated result of the operation' rather than just the simple previous value. Looking at the course reviews, it seems some students are getting confused and mistakenly defining it through incorrect concepts like `cur` and `next`. In the next revision, if you could clarify the concepts of the accumulator and the current element a bit more precisely, I think it would be a small but significant help for learners' understanding.
0

