diff --git a/content/books/things-i-learnt/_index.md b/content/books/things-i-learnt/_index.md index f62ea79..1962006 100644 --- a/content/books/things-i-learnt/_index.md +++ b/content/books/things-i-learnt/_index.md @@ -73,3 +73,4 @@ template = "section-contentless.html" * Personal * [Companies Look For Specialists But Keep Generalists Longer](specialists) * [Keep A List of Stupid Bugs That Took More Than 1 Hour To Solve](stupid-bugs-list) + * [When It's Time to Stop, It's Time To Stop](time-to-stop) diff --git a/content/books/things-i-learnt/stupid-bugs-list/index.md b/content/books/things-i-learnt/stupid-bugs-list/index.md index 754994f..c3f19ae 100644 --- a/content/books/things-i-learnt/stupid-bugs-list/index.md +++ b/content/books/things-i-learnt/stupid-bugs-list/index.md @@ -21,4 +21,4 @@ what went wrong. If I just had a list of stupid bugs that took me about 1 hour or more to solve, I wouldn't be stuck for another hour figuring out what went wrong. -{{ chapters(prev_chapter_link="/books/things-i-learnt/specialists", prev_chapter_title="Companies Look For Specialists But Keep Generalists Longer") }} +{{ chapters(prev_chapter_link="/books/things-i-learnt/specialists", prev_chapter_title="Companies Look For Specialists But Keep Generalists Longer", next_chapter_link="/books/things-i-learnt/time-to-stop", next_chapter_title="When It's Time to Stop, It's Time To Stop") }} diff --git a/content/books/things-i-learnt/time-to-stop/index.md b/content/books/things-i-learnt/time-to-stop/index.md new file mode 100644 index 0000000..dfdf3d3 --- /dev/null +++ b/content/books/things-i-learnt/time-to-stop/index.md @@ -0,0 +1,25 @@ ++++ +title = "Things I Learnt The Hard Way - When It's Time to Stop, It's Time To Stop" +date = 2019-07-18 + +[taxonomies] +tags = ["en-au", "books", "things i learnt", "personal", "stop", "personal time"] ++++ + +Learn when you can't code anymore. + + + +Learn when you can't process things anymore. + +Don't push beyond that, it will just make things worse in the future. + +I tried to keep coding once when I had a migraine (not strong, but not mild). +Next day, when I was better, I had to rewrite most of the stuff I did, 'cause +it was all shit. + +Also, when you're not feeling fine, you won't be able to concentrate and your +productivity will plunge. It's a lot better to be a burden to society at your +own place than a burden to society at work. + +{{ chapters(prev_chapter_link="/books/things-i-learnt/stupid-bugs-list", prev_chapter_title="Keep A List of Stupid Bugs That Took More Than 1 Hour To Solve") }}