Add Frank Lloyd quote about design
This commit is contained in:
parent
b3657bdf56
commit
b1906be8d6
@ -138,7 +138,7 @@ Biases don't only apply to hiring. For instance, the fundamental attribution bia
|
|||||||
* [Write code that is easy to delete, not easy to extend](http://programmingisterrible.com/post/139222674273/write-code-that-is-easy-to-delete-not-easy-to)
|
* [Write code that is easy to delete, not easy to extend](http://programmingisterrible.com/post/139222674273/write-code-that-is-easy-to-delete-not-easy-to)
|
||||||
* [Lessons learned writing highly available code](https://medium.com/imgur-engineering/lessons-learned-writing-highly-available-code-7eaf3d7aae00#.u7c4j6hac)
|
* [Lessons learned writing highly available code](https://medium.com/imgur-engineering/lessons-learned-writing-highly-available-code-7eaf3d7aae00#.u7c4j6hac)
|
||||||
* [The Ten Commandments of Egoless Programming](http://blog.codinghorror.com/the-ten-commandments-of-egoless-programming/)
|
* [The Ten Commandments of Egoless Programming](http://blog.codinghorror.com/the-ten-commandments-of-egoless-programming/)
|
||||||
* [Clean Code: A Handbook of Agile Software Craftsmanship](https://www.goodreads.com/book/show/3735293-clean-code) 📖, Robert C. Martin. Describes numerous useful best practices. A bit long. There's also a [clean code cheatsheet](cheatsheets/Clean-Code-V2.4.pdf).
|
* [Clean Code: A Handbook of Agile Software Craftsmanship](https://www.goodreads.com/book/show/3735293-clean-code) 📖, Robert C. Martin. Describes numerous useful best practices. A bit long. There's also a [clean code cheatsheet](./cheatsheets/Clean-Code-V2.4.pdf).
|
||||||
|
|
||||||
### Computer science
|
### Computer science
|
||||||
|
|
||||||
@ -200,6 +200,10 @@ I maintain a [list of antipatterns](https://github.com/charlax/antipatterns) on
|
|||||||
* [Composition Instead Of Inheritance](http://c2.com/cgi/wiki?CompositionInsteadOfInheritance)
|
* [Composition Instead Of Inheritance](http://c2.com/cgi/wiki?CompositionInsteadOfInheritance)
|
||||||
* [Complexity and Strategy](https://hackernoon.com/complexity-and-strategy-325cd7f59a92): interesting perspective on complexity and flexibility with really good examples (e.g. Google Apps Suite vs. Microsoft Office).
|
* [Complexity and Strategy](https://hackernoon.com/complexity-and-strategy-325cd7f59a92): interesting perspective on complexity and flexibility with really good examples (e.g. Google Apps Suite vs. Microsoft Office).
|
||||||
|
|
||||||
|
Quotes:
|
||||||
|
|
||||||
|
* "You can use an eraser on the drafting table or a sledge hammer on the construction site.", Frank Lloyd Wright
|
||||||
|
|
||||||
### Dev environment & tools
|
### Dev environment & tools
|
||||||
|
|
||||||
* [Awesome Dev Env](https://github.com/jondot/awesome-devenv)
|
* [Awesome Dev Env](https://github.com/jondot/awesome-devenv)
|
||||||
|
Loading…
Reference in New Issue
Block a user