I Want Simple, Not Just Easy

This commit is contained in:
Morgan 2019-10-09 12:14:51 +02:00 committed by GitHub
parent 5c30c2489f
commit 13e13ec8bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3910,6 +3910,8 @@ See also [Terraform](#terraform)
* [James Somers](http://jsomers.net/blog/speed-matters) - (2015) Speed matters: Why working quickly is more important than it seems * [James Somers](http://jsomers.net/blog/speed-matters) - (2015) Speed matters: Why working quickly is more important than it seems
> * the only way to learn to do something fast is by doing it lots of times. > * the only way to learn to do something fast is by doing it lots of times.
> * because you blog slowly, youre liable to continue blogging slowly—simply because the only way to learn to do something fast is by doing it lots of times. > * because you blog slowly, youre liable to continue blogging slowly—simply because the only way to learn to do something fast is by doing it lots of times.
* [Loris Cro](https://kristoff.it/blog/simple-not-just-easy/) - (2019) I Want Simple, Not Just Easy
> You've surely read plenty about how simple is good, but what's wrong with easy?
> Tools > Tools
* [Chris Barber/ToolsOfTheTrade](https://github.com/cjbarber/ToolsOfTheTrade) - Tools of The Trade, from Hacker News. * [Chris Barber/ToolsOfTheTrade](https://github.com/cjbarber/ToolsOfTheTrade) - Tools of The Trade, from Hacker News.
@ -4406,6 +4408,8 @@ Maturity Model
* [Dr. Tom Murphy VII, Ph.D.](http://www.cs.cmu.edu/~tom7/abc/paper.pdf) - [PDF] A C89 compiler that produces executables that are also valid ASCII text files * [Dr. Tom Murphy VII, Ph.D.](http://www.cs.cmu.edu/~tom7/abc/paper.pdf) - [PDF] A C89 compiler that produces executables that are also valid ASCII text files
## Calm programming / Slow programming ## Calm programming / Slow programming
See also [Clean code](#clean-code)
I dedicate this section to the work I'm busy at, about how going faster in short term can cost you quality, money and confidence in long term. Studying relationships between quality, productivity, thinking fast & slow, slowing down, and the craft of programming. I dedicate this section to the work I'm busy at, about how going faster in short term can cost you quality, money and confidence in long term. Studying relationships between quality, productivity, thinking fast & slow, slowing down, and the craft of programming.
* [Dr. Travis Bradberry](https://www.linkedin.com/pulse/20140805002649-50578967-how-successful-people-stay-calm) - How Successful People Stay Calm * [Dr. Travis Bradberry](https://www.linkedin.com/pulse/20140805002649-50578967-how-successful-people-stay-calm) - How Successful People Stay Calm
* [Gregg Caines](http://caines.ca/blog/2009/12/13/code-slower/) - (2009) Code Slower * [Gregg Caines](http://caines.ca/blog/2009/12/13/code-slower/) - (2009) Code Slower
@ -4432,8 +4436,12 @@ I dedicate this section to the work I'm busy at, about how going faster in short
> * Find a Hobby. > * Find a Hobby.
> * Spend time with people you love. > * Spend time with people you love.
* [1x Engineer](https://1x.engineer/) - a non-exhaustive list of what qualities make up a 1x engineer. * [1x Engineer](https://1x.engineer/) - a non-exhaustive list of what qualities make up a 1x engineer.
* [Loris Cro](https://kristoff.it/blog/simple-not-just-easy/) - (2019) I Want Simple, Not Just Easy
> You've surely read plenty about how simple is good, but what's wrong with easy?
## Clean code ## Clean code
See also [Calm programming / Slow programming](#calm-programming--slow-programming)
> News > News
* :star: [**Coding Blocks**](https://www.codingblocks.net/) - podcast and website for learning how to become a better software developer, covers a wide variety of programming best practices | the rhythm is sometimes slow * :star: [**Coding Blocks**](https://www.codingblocks.net/) - podcast and website for learning how to become a better software developer, covers a wide variety of programming best practices | the rhythm is sometimes slow
* [The Holy Java](https://theholyjava.wordpress.com/) - Building the right thing, building it right, fast * [The Holy Java](https://theholyjava.wordpress.com/) - Building the right thing, building it right, fast
@ -4631,6 +4639,8 @@ I dedicate this section to the work I'm busy at, about how going faster in short
> - the lack of locking for Terraform state > - the lack of locking for Terraform state
> - the lack of a way to configure your Terraform state as code. > - the lack of a way to configure your Terraform state as code.
> - how to keep your Terraform code DRY and maintainable... > - how to keep your Terraform code DRY and maintainable...
* [Loris Cro](https://kristoff.it/blog/simple-not-just-easy/) - (2019) I Want Simple, Not Just Easy
> You've surely read plenty about how simple is good, but what's wrong with easy?
## Conferences ## Conferences
> In Belgium > In Belgium
@ -5378,6 +5388,8 @@ Raw
* [donnemartin/haxor-news](https://github.com/donnemartin/haxor-news) - Browse Hacker News like a haxor: A Hacker News command line interface (CLI). * [donnemartin/haxor-news](https://github.com/donnemartin/haxor-news) - Browse Hacker News like a haxor: A Hacker News command line interface (CLI).
* :star: [**alebcay/awesome-shell**](https://github.com/alebcay/awesome-shell) - A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * :star: [**alebcay/awesome-shell**](https://github.com/alebcay/awesome-shell) - A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
* [Simon Wirtz](https://kotlinexpertise.com/kotlin-productivity/) - (2019) How Kotlin makes me a more productive software developer * [Simon Wirtz](https://kotlinexpertise.com/kotlin-productivity/) - (2019) How Kotlin makes me a more productive software developer
* [Loris Cro](https://kristoff.it/blog/simple-not-just-easy/) - (2019) I Want Simple, Not Just Easy
> You've surely read plenty about how simple is good, but what's wrong with easy?
## Programmer humor ## Programmer humor
* [CommitStrip](http://www.commitstrip.com/en) - daily life of developers * [CommitStrip](http://www.commitstrip.com/en) - daily life of developers