Email or username:

Password:

Forgot your password?
Top-level
patter

@lrvick congrats

also, explored it & very quickly went from "why does js even need a foreach package" to "oh, it's only 21 lines" :)

2 comments
Kevin Granade

@patterfloof @lrvick I'm tertibly amused when I see node devs adding dependencies for stuff like this, meanwhile my "fun" project has a custom json parser/emitter with entity inheritance, a reimplementation of gettext, a curses-to-windows-terminal API adapter, and internal implementations of several c++ std types.
#dependenciesarehell

patter

@kevingranade @lrvick there's so many times I've written my own functions in PHP because "it's a small understandable problem, not worthy of a library" then later found I could have picked up someone else's code & spent ages massaging it to work

Go Up