# HG changeset patch # User František Kučera # Date 1471816771 -7200 # Node ID f3161458343876955814eecaaa779dbb01a84bba # Parent 7aca0c2ba72dcf950a35d2945d5f865be8a391c7 indentation diff -r 7aca0c2ba72d -r f31614583438 ssm-en.xhtml --- a/ssm-en.xhtml Sun Aug 21 23:51:01 2016 +0200 +++ b/ssm-en.xhtml Sun Aug 21 23:59:31 2016 +0200 @@ -117,7 +117,7 @@
  • avoid NIH and reuse code but also avoid dependency hell
  • know your dependencies, know why they are required
  • reduce dependencies to only necessary ones
  • -
  • depend on small and useful libraries – not on bulky application packages
  • +
  • depend on small and useful libraries – not on bulky application packages or libraries with large transitive dependencies
  • if dependency on bulky application package is inevitable, add a layer of abstraction – create a generic interface and connector and allow others to replace the bulky package with their own sane implementation
  • helper tools: