Don���t Parse, Use Parsing Objects

The traditional way of integrating object-oriented back-end with an external system is through data transfer objects, which are serialized into JSON before going out and deserialized when coming back. This way is as much popular as it is wrong. The serialization part should be replaced by printers, which I explained earlier. Here is my take on deserialization, which should be done by—guess what—objects.

[image error]La science des r��ves (2006) by Michel Gondry

Say there is a back-end entry...

 •  0 comments  •  flag
Share on Twitter
Published on February 26, 2018 16:00
No comments have been added yet.