5 ms·
There's a book by Dan Charnas called "Work Clean: The life-changing power of mise-en-place to organize your life, work, and mind" that does a great job of expla
by senjin 4y ago
There's a book by Dan Charnas called "Work Clean: The life-changing power of mise-en-place to organize your life, work, and mind" that does a great job of explaining the system of mise en place beyond just setup and precutting vegetables. My favorite takeaway that has actually helped my organization in practice has been to leave a project/code base in a clean state after working on it. Sounds obvious but writing checklists for tests, documentation, setup for the next person, etc. has been really helpful.
https://www.amazon.com/Work-Clean-life-changing-mise-en-place-organize/dp/1623365929/ref=sr_1_4 https://www.amazon.com/Work-Clean-life-changing-mise-en-plac...
- alasdair_ 4y agoI deliberately leave a project in a broken state when I am done for the day (e.g. a broken test) if I am coming back to it tomorrow. The reason is that it’s very easy to get started again - the test is broken, so the next task is to fix the test.
- paulcole 4y agoYes, this is an excellent book. About 1/3 of the people where I work read it. The difference between those who did and those who didn’t is stark. A good “add-on” read to this is Essentialism. I felt like it complemented Working Clean very well. https://www.amazon.com/Essentialism-Disciplined-Pursuit-Greg-McKeown/dp/0804137382 https://www.amazon.com/Essentialism-Disciplined-Pursuit-Greg...