elpete / CFCollection

An array wrapper for functional programming
MIT License
6 stars 6 forks source link

Add `append`, `prepend`, `pop`, and `shift` methods #7

Closed elpete closed 7 years ago

elpete commented 7 years ago

Add the following array manipulation methods

jasonbrookins commented 7 years ago

I wouldn't mind taking a look at this; I used CFCollection a long time ago, so it's time to give back. What do I need to do a PR for this?

elpete commented 7 years ago

Awesome! I think one test for each of the new methods. I can help you get started with those if you need. You can ping me on the CFML Slack.

jasonbrookins commented 7 years ago

@elpete : Can you open this back up as "contributions: up for grabs"? I got sucked into a bunch of stuff for the Lucee folks, and I don't think I'll have the time to get to this anytime soon.

elpete commented 7 years ago

No worries!

elpete commented 7 years ago

Closed by #15