Monorepo: Difference between revisions

From ym2149.org
Jump to navigationJump to search
(Created page with "* does not scale * out of control build time * out of control complexity * invest in shared code instead * also see Frameworks versus shared code Category:Programming")
 
No edit summary
 
Line 1: Line 1:
* example of 'get started in 5 minutes' fallacy
* does not scale
* does not scale
* out of control build time
* out of control build time
* out of control complexity
* out of control complexity
* intractable to go back once problems become apparent
* invest in shared code instead
* invest in shared code instead
* also see [[Frameworks versus shared code]]
* also see [[Frameworks versus shared code]]


[[Category:Programming]]
[[Category:Programming]]

Latest revision as of 21:07, 20 March 2024

  • example of 'get started in 5 minutes' fallacy
  • does not scale
  • out of control build time
  • out of control complexity
  • intractable to go back once problems become apparent
  • invest in shared code instead
  • also see Frameworks versus shared code