Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Library: Mapping Monads #4

Open
stijn-dejongh opened this issue Sep 25, 2024 · 0 comments
Open

Library: Mapping Monads #4

stijn-dejongh opened this issue Sep 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@stijn-dejongh
Copy link
Member

Outline

Provide support for easy-to-write mapping statements, similar to the fluent-api style of the modular validators spin-off project.
The reasoning being that most object-to-object mapping projects and libraries pull in significant amounts of external dependencies, and are relatively heavy-weight. They are often overkill for simple object mapping operations, and tend to conflict with other frameworks ( mostly due to incompatibility with other reflection-based implementations).

The aim of a mapping framework is to reduce boilerplate, and make life easier for developers.
Introducing additional failure points through dependency collisions makes these frameworks miss their mark quite often.

@stijn-dejongh stijn-dejongh added the enhancement New feature or request label Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant