1
0
Fork 0
easejs/lib/proto
Mike Gerwitz c3b50bdc54 Removed ProtoField#getDatum
This is not necessary in practice: not only does it break encapsulation, but
it muddies the point of ProtoField---to produce a class prototype.

Yes, decomposition back into a ProtoField type allows for analysis of that
datum, in principle; and that will be the case for certain data (contained
within the opaque compiled datum). But in the case of ProtoField, we do not
need to expose the original datum. Ever.
2014-07-24 02:07:14 -04:00
..
field Removed ProtoField#getDatum 2014-07-24 02:07:14 -04:00