diff --git a/README.md b/README.md index 8245ff5..3222a8f 100644 --- a/README.md +++ b/README.md @@ -91,3 +91,8 @@ defer func() { err = v.RenderTo(structure, outFile) ``` + +## Good practices +The best results and experience in using the library will be ensured by enforcing the following practices: +- Having a solid and well-organized application context following clean-architecture principles will make your diagrams simple and easy to read. Also, this will allow you to create a short list of component types and styles. +- Following consistent naming conventions will help you in creating simple and straight-forward scraper rules.