Hacker News with Generative AI: Principles
« Back to main
Hacker Laws
(hacker-laws.com)
Laws, Theories, Principles and Patterns that developers will find useful.
Software Development
,
Principles
,
Patterns
,
Laws
126 points by kaonwarb 4 days ago |
21 comments
Don't repeat yourself and the strong law of small numbers
(jerf.org)
Programming
,
Software Development
,
Principles
,
Design Patterns
12 points by fanf2 6 days ago |
0 comments
Postel's Law and the Three Ring Circus
(alexgaynor.net)
Postel’s Law famously states that “implementations should follow a general principle of robustness: be conservative in what you do, be liberal in what you accept from others.”
Computer Science
,
Networking
,
Principles
,
Design
58 points by zdw 7 days ago |
32 comments
My 10 Commandments of Software Design (Inspired by John Ousterhout)
(igbanam.com)
This should not have been a book — for many reasons — could as well have been a bullet list. The summary I have at the end of this article is the whole book. Skip there if you don’t care about my reasoning.
Software Design
,
Programming
,
Principles
,
Opinions
,
Books
9 points by nomilk 17 days ago |
3 comments
Hyrum’s Law in Golang
(abenezer.org)
I recently stumbled upon an intriguing comment while exploring the Go codebase.
Golang
,
Programming
,
Software Development
,
Principles
317 points by thunderbong 133 days ago |
183 comments
Worse Is Better
(wikipedia.org)
Software Design
,
Principles
,
Philosophy
5 points by gangorgasm 225 days ago |
1 comments
Principles I Find Interesting
(johnnywebber.com)
Principles
,
Philosophy
,
Personal Growth
,
Web Development
4 points by surprisetalk 232 days ago |
3 comments
The Transformation Priority Premise (2013)
(cleancoder.com)
Software Development
,
Agile
,
Principles
11 points by Ivoah 268 days ago |
1 comments
Principles by Ray Dalio
(principles.com)
Principles
,
Business
,
Management
10 points by Bluestein 318 days ago |
1 comments
No Abstractions: our API design principle
(increase.com)
API Design
,
Software Development
,
Principles
345 points by jackflintermann 342 days ago |
133 comments
The problem with invariants is that they change over time
(surfingcomplexity.blog)
Software Development
,
Programming
,
Principles
,
Invariants
,
Change
117 points by kiyanwang 346 days ago |
72 comments