lysdexic@programming.dev to Programming@programming.devEnglish · 4 months agoCode Smells Catalogluzkan.github.ioexternal-linkmessage-square23fedilinkarrow-up11arrow-down10cross-posted to: programming@programming.dev
arrow-up11arrow-down1external-linkCode Smells Catalogluzkan.github.iolysdexic@programming.dev to Programming@programming.devEnglish · 4 months agomessage-square23fedilinkcross-posted to: programming@programming.dev
minus-squarenous@programming.devlinkfedilinkEnglisharrow-up0·edit-24 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.