darkf / darkfo

DarkFO, a post-nuclear RPG remake (of Fallout 2)
Apache License 2.0
136 stars 12 forks source link

Remove lodash #67

Closed darkf closed 6 years ago

darkf commented 7 years ago

Far nicer library, better FP abstractions and immutable structures, and it's not going to change as haphazardly as lodash does.

darkf commented 6 years ago

I'm not sure we actually need a library like this at all (especially as they're annoying to maintain); we can implement abstractions like findIndex ourselves in util.

darkf commented 6 years ago

We should remove lodash, things like find/findIndex are actually standard now...

darkf commented 6 years ago

Done, 0b8a73c38e98333d075958d521b75ffc3a7b96a3.