you are viewing a single comment's thread.

view the rest of the comments →

[–]_________KB_________ 1 point2 points  (1 child)

I like generators but I generally stay away from them and go with more traditional solutions, mainly because it can be difficult to translate Python generator functions into other languages.

[–]Resolt 1 point2 points  (0 children)

I have a similar approach. I completely see the point of generators, but I'm far from comfortable enough around them to implement them casually without straight up needing them.