From 8ba15e7ccffbe9da48880b899f8d0a68f281e103 Mon Sep 17 00:00:00 2001 From: Andriy Plokhotnyuk Date: Sun, 28 Jul 2019 17:50:19 +0200 Subject: [PATCH] Clean up the Goals section --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4d8cda381..bffaf0433 100644 --- a/README.md +++ b/README.md @@ -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