Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 520 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 520 Bytes

Nibiru Model

Nibiru Model is a set of classes for defining data types. Using these types, values can be defined. Changes to such values are observable, allowing type-safe binding creation.

The goal is to provide classes for building models (domain, presentation, etc.). There are other solutions for this problem, but this one aims to be a simple and portable approach.

  1. Reference
  2. Brainstorming