Coupling

From ym2149.org
Revision as of 11:51, 12 October 2024 by Andrzej (talk | contribs) (Created page with "* manufactured concern to protect developers who are afraid of refactoring and would rather maintain a pile of hacks * when shared code does not support your use case, change it so that it does ** unit tests should be in place to ensure existing use cases remain supported * there is always the option of inlining shared code that isn't fit for purpose Category:Programming")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
  • manufactured concern to protect developers who are afraid of refactoring and would rather maintain a pile of hacks
  • when shared code does not support your use case, change it so that it does
    • unit tests should be in place to ensure existing use cases remain supported
  • there is always the option of inlining shared code that isn't fit for purpose