From 70e93d0c370dc572fb0716929270e76ef1b6b7e8 Mon Sep 17 00:00:00 2001 From: Charanjit Singh Date: Mon, 28 Feb 2022 11:44:51 +0530 Subject: [PATCH] docs: Add recommendation Recommendation from crove.app --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8f8545e..cbbe39a 100644 --- a/README.md +++ b/README.md @@ -2495,6 +2495,13 @@ Here's a collection of different folks & companies, that have found the stylegui > We recommend it to anyone wanting to structure a medium to large-sized project. > It's a well defined guide that's constantly evolving. + +**Charanjit Singh, CTO at [Crove.app](https://crove.app/)** + +> The source code of our projects started to become un-maintainable, and less readable. This is not a small problem, when you're working with medium-long term projects. +> We recommend Django Styleguide to anyone starting/structuring a medium or large-sized project. +> A perfect implementation of "Boundaries" in Django (and it's continuously evolving). + --- ## Inspiration