model-citizen icon indicating copy to clipboard operation
model-citizen copied to clipboard

Create Blueprint helpers

Open mguymon opened this issue 12 years ago • 1 comments

Helper methods to make creating blueprints easier, such as

  • Unique ID generator
  • Unique Email generator
  • Incremented Integer

mguymon avatar Nov 14 '13 01:11 mguymon

:+1:

for 1) we do something naive right now where we create a constructor callback that increments ID fields via a static mutable counter. Pretty lame. Would be awesome to have first hand support for this in the lib.

mttkay avatar Jul 16 '14 15:07 mttkay