Skip to content

Instantly share code, notes, and snippets.

@sarvsav
Created March 10, 2025 08:19
Show Gist options
  • Save sarvsav/7a45b3beca2350791740ec66ff632f16 to your computer and use it in GitHub Desktop.
Save sarvsav/7a45b3beca2350791740ec66ff632f16 to your computer and use it in GitHub Desktop.
List of good engineering quotes found over the internet, books, and other places

A little copying is better than little dependency.

#SoftwareEngineering #BestPractices #programming #golang


Laws of Software Architecture:

  1. Everything in software architecture is a trade-off.
  2. Why is more important than how.

#FundamentalsOfSoftwareArchitecture #NealFord #MarkRichards #architecture


Well, bigger doesn’t imply better. Bigger means someone has lost control. Bigger means we don’t know what’s going on. Bigger means complexity tax, performance tax, reliability tax.


Data is a precious thing and will last longer than the systems themselves.

Tim Berners-Lee


Mistakes are good, learn to fix them. Errors are good, learn to read them.


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment