juliangruber / level-list

Map lists of data stored in a LevelDB to DOM elements.
7 stars 1 forks source link

does limit make sense as is? #9

Open morganrallen opened 10 years ago

morganrallen commented 10 years ago

At first thought I assumed limit would remove the oldest and add the incoming. Whats the idea behind stopping addition? I would think something in the level stack would be responsible for this. If there is a specific reason, how about a removal switch?