Add the 30 minute rule

This commit is contained in:
Charles-Axel Dein 2022-03-14 09:21:26 +01:00
parent bf54348ff9
commit 20e4a35929
No known key found for this signature in database
GPG Key ID: 64C00027F3375D70
1 changed files with 2 additions and 1 deletions

View File

@ -494,7 +494,8 @@ NoSQL:
- [Linux Performance Analysis in 60,000 Milliseconds](http://techblog.netflix.com/2015/11/linux-performance-analysis-in-60s.html)
- [Post-Mortems at HubSpot: What I Learned From 250 Whys](https://product.hubspot.com/blog/bid/64771/post-mortems-at-hubspot-what-i-learned-from-250-whys)
- [Debugging zine](https://jvns.ca/debugging-zine.pdf), Julian Evans
- [if you understand a bug, you can fix it](https://wizardzines.com/comics/understand-can-fix/)
- [If you understand a bug, you can fix it](https://wizardzines.com/comics/understand-can-fix/)
- [The Thirty Minute Rule](https://daniel.feldroy.com/posts/thirty-minute-rule): if anyone gets stuck on something for more than 30 minutes, they should ask for help
### Design (visual, UX, UI, typography)