GlenDC / trixel

An easy to use webtool, to make trixel art.
http://www.glendc.com/trixel/
MIT License
18 stars 0 forks source link

Check where extensible records would make sense #86

Closed GlenDC closed 9 years ago

GlenDC commented 9 years ago

We should check where we could use extensible records instead of normal records in our current and future code base.

GlenDC commented 9 years ago

It turns out that they might help defining a nice module for representing the various text elements, so that we can separate the rendering & responsive logic problems from the underlying functionality that they represent.

This makes this issue related to issue #94.