In Programming
The 10:1 rule of writing and programming
ybrikman.com
Hofstadter’s Law: It always takes longer than you expect, even when you take into account Hofstadter’s Law. — Douglas Hofstadter, Gödel, Escher, Bach
218 saves
Recently shared by
More like this
CSS-Tricks
Tips for Writing Animation Code Efficiently
CSS-Tricks
10 min read · 110 saves · 2020-04-10 · I’ve been coding web animations and helping others do the same for years now. However, I have yet to see a concise list of tips focused on how to
In Programming
Bloomberg Graphics
What Is Code?
Bloomberg Graphics
621 saves · From 2016 · If you’re not a professional programmer but you’ve ever used a computer, this article is for you – seriously. You will learn what code is, what software is, how apps get written, and what different programming languages do and why they matter. Plus you’ll get details about other technical issues. Along the way, Bloomberg Businessweek reporter Paul Ford explains the culture and some of the psychology of programming. This delightfully animated article is essential for anyone not in the programming field who uses computers. getAbstract recommends it to everyone interested in learning more about programming, its culture and its principles.
In Programming
Chrome Developers
Technical Writing | Google Developers
Chrome Developers
397 saves · 2020-02-27 · Technical Writing Courses for Engineers
The Atlantic
Agile Software Development: A History
The Atlantic
123 saves · From 2017 · How a group of programming rebels started a global movement.
heydonworks.com
Writing Less Damn Code
heydonworks.com
3 min read · 107 saves · From 2016 · I’m not the most talented coder in the world. No, it’s true. So I try to write as little code as possible. The less I write, the less there is to break, justify, or maintain. I’m also lazy, so it’s…
exceptionnotfound.net
15 Fundamental Laws of Software Development
exceptionnotfound.net
6 min read · 69 saves · From 2016 · From Occam's Razor to Parkinson's Law of Triviality, let's discuss some of the most useful adages and quotes in the world of software development.
In Programming
Dan Abramov
Goodbye, Clean Code
Dan Abramov
6 min read · 234 saves · 2020-01-11 · Let clean code guide you. Then let it go.
medium.com
Mocking is a Code Smell
medium.com
20+ min read · 117 saves · From 2017 · Note: This is part of the “Composing Software” series on learning functional programming and compositional software techniques in…