lysdexic to ProgrammingEnglish · 11 months agoCode Smells Catalogluzkan.github.ioexternal-linkmessage-square25linkfedilinkarrow-up160arrow-down15cross-posted to: programming
arrow-up155arrow-down1external-linkCode Smells Catalogluzkan.github.iolysdexic to ProgrammingEnglish · 11 months agomessage-square25linkfedilinkcross-posted to: programming
minus-squarenouslinkfedilinkEnglisharrow-up3·edit-211 months agoThe old methods on Array will eagerly evaluate all elements. But JS has a new Iterator type with methods that works lazily instead.
The old methods on Array will eagerly evaluate all elements. But JS has a new Iterator type with methods that works lazily instead.