vilhelmen / OS_Library

A collection of libs we'll use this semester organized into one place
0 stars 0 forks source link

Remove Creation Restrictions #6

Open vilhelmen opened 9 years ago

vilhelmen commented 9 years ago

Preventing the end user from seeing/touching the data structure contents is nice, but it's just not as fun to use and makes it very inflexible in some ways.

vilhelmen commented 8 years ago

Best practices = opaque object. Create an in-place constructor to alleviate along with function that reports needed size?