From c951456450432a13f5be7a90b62a37a55927db53 Mon Sep 17 00:00:00 2001 From: Andriy Matkivskiy Date: Wed, 23 Jan 2019 06:47:50 +0200 Subject: [PATCH] Fixed sentence structure and switched to more suitable word (`implemented` instead of `realized`) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f62788..d9e2791 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ For each test cache/lazy initialization were turned off, and we perform an avera ## Summary ##### ORMLite It does not save much from the boilerplate code, however one of the fastest libraries out there is built-in caching and delayed initialization, good documentation. -Despite all the advantages, I would not use it, because The main reason for using ORM is getting rid of writing repetitive code, and, therefore, speeding up development, which in other libraries is realized, in my opinion, better. +Despite all the advantages, I would not use it, because The main reason for using ORM is getting rid of writing repetitive code, and, therefore, speeding up development, which is, in my opinion, better implemented in other libraries. ##### SugarORM Of the advantages can be noted ease of use, which is not enough in ORMLite, and that's it. Has a separate drawback associated with the approach to implementation - it is not "friendly" with Instant Run, so when working with it you have to disable it.