quotes: productivity, quick & dirty, short terming

This commit is contained in:
Morgan 2018-09-08 10:56:00 +02:00 committed by GitHub
parent 403cb8308b
commit 82e481879b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,3 +83,5 @@
* [victorlaerte/awesome-it-quotes](https://github.com/victorlaerte/awesome-it-quotes) - a list of awesome IT quotes. The aim is to collect all relevant quotes said over the history of IT.
* What matters for simplicity is that there's not interleaving. - [Rich Hickey](https://twitter.com/CodeWisdom/status/993165747219288064)
* I think that most of the problems in programming arise from building an abstraction where a simple repetition of some code would be more than enough - [Kristijan Ristovski (Kitze)](https://twitter.com/thekitze/status/992698579830628353)
* Productivity is inversely proportional to the complexity of a system. Keep it simple, and spend effort to keep it simple, if you want to go fast. [Martin Thompson](https://twitter.com/skglas/status/997728091786170368)
* simplification of complex requirements takes longer and requires more abstraction thus is more expensive at the beginning which is contrary to the time factor of business and competition (and awareness of mgmt). I've seen so many quick implementations of some specific special cases that are complex and can be maintained only with much more effort than how it should have been done with separation, modularity etc. :( It is often short term thinking [Sebastian K. Glas (skglas)](https://twitter.com/skglas/status/997728091786170368)