Skip to content

mhays118/CodableWitnessForMappingIntoDomainLayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodableWitnessForMappingIntoDomainLayer

Example Project for using Codable Witnesses to separate JSON encoding/decoding from domain layer.

Two modules exist: Domain and RemoteClient.

Domain should know nothing about json or servers and only have the core models for the given project. RemoteClient should depend on Domain and provide mappings to and from the remote server api.

About

Example Project for using Codable Witnesses to separate JSON encoding/decoding from domain layer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages