Skip to content

Commit

Permalink
Clean up the Goals section
Browse files Browse the repository at this point in the history
  • Loading branch information
plokhotnyuk committed Jul 28, 2019
1 parent 756cf32 commit 8ba15e7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ Other Scala macros features were peeped in
crazily fast without using of run-time reflection, intermediate ASTs, strings or hash maps, with minimum allocations
and copying
- *productivity*: derive codecs recursively for complex types using one line macro, do it in _compile-time_ to minimize
probability of run-time issues, generated sources can be printed as compiler output and inspected to prove that there
are no security vulnerabilities during parsing or can be reused as a starting point for the implementation of custom
codecs
- *ergonomic*: have preconfigured defaults for the safest and common usage that can be easily altered by compile- and
probability of run-time issues, optionally print generated sources as compiler output to be inspected for proving of
safety and correctness or to be reused as a starting point for the implementation of custom codecs
- *ergonomics*: have preconfigured defaults for the safest and common usage that can be easily altered by compile- and
run-time configuration instances, compile-time annotations and implicits, embrace textual representation of JSON
providing a pretty printing option

Expand Down

0 comments on commit 8ba15e7

Please sign in to comment.