abedev / abe

API for Back-End (Haxe, NodeJS and Express)
54 stars 10 forks source link

No need for multiple array filters #39

Closed mlms13 closed 9 years ago

mlms13 commented 9 years ago

Instead of having ArrayStringFilter, ArrayIntFilter, ArrayArrayArrayArrayFloatFilter, @fponticelli pointed out that we could have a single Array filter, and you initialize it with the type of members that you want the array to contain.