Hi everyone,
As those are very early days for Cartographer and it has virtually no
users yet I'm looking for people willing to try it out on a real-life
codebase to solve real-life challenges.
Your involvement will help shape the library as it moves towards its
first release and beyond that.
The main goals are outlined in the readme file
https://github.com/kkozmic/Cartographer#readme
Moreover some ideas reside in Notes.txt file
https://github.com/kkozmic/Cartographer/blob/master/Notes.txt
In addition to the above I'm strongly leaning towards making
Cartographer an outwards-mapping-only library, that is it would map
from the richer classes (call them domain model if you want) to dtos
or viewmodels, as that requires usually no behavior.
Mapping back to the model usually is not just a copy-data from left-to-
right but an "operation" and I would normally make it part of the
model.
Looking forwards to your ideas.
cheers,
Krzysztof