Scroll down
It can be better to copy a little code than to pull in a big library for one function. Dependency hygiene trumps code reuse.
Data dominates. If you’ve chosen the right data structures and organized things well, the algorithms will almost always be self-evident. Data structures, not algorithms, are central to programming.
Languages that try to disallow idiocy become themselves idiotic.
Object-oriented design is the roman numerals of computing.
Such is modern computing: everything simple is made too complicated because it's easy to fiddle with; everything complicated stays complicated because it's hard to fix.