Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdded alternative implementation for Iterator pattern using the Iterator protocol #320
Conversation
Codecov Report
@@ Coverage Diff @@
## master #320 +/- ##
==========================================
- Coverage 30.57% 30.15% -0.42%
==========================================
Files 38 39 +1
Lines 1243 1260 +17
==========================================
Hits 380 380
- Misses 863 880 +17
Continue to review full report at Codecov.
|
In this PR I add the alternative version on how to implement the Iterator pattern using the Iterator protocol from Python. I followed the same example in the original version so that they can be easily compared.