- Skill Up:A Software Developer's Guide to Life and Career
- Jordan Hudgens
- 597字
- 2021-07-15 17:03:27
Definition of deep work
As you go through these chapters, you may discover that one of my favorite books is Deep Work by Cal Newport. (The fact I referenced the book a few dozen times may given it away). So, what exactly is deep work? A dead simple explanation of deep work is:
"Deep work is the ability to focus without distraction on a cognitively demanding task."
Whether you believe that swimming is cognitively demanding or not, I believe that Phelps's example is fitting. If you have ever attempted to train with the level of intensity that Phelps does, you can attest to the mental toll that training takes. So essentially, deep work can be simplified by saying that it has the following characteristics:
- It's a real-world action. It's not a theoretical concept, it's something that you can practically implement.
- To work properly you have to eliminate 100% of your distractions.
- The task has to be challenging.
The deep work strategy for developers
Let's dissect the definition of deep work and build a practical strategy for how it can be implemented from a developer perspective. Let's imagine that you want to learn about the computer science topic of asymptotic analysis. If you've never heard of asymptotic analysis, don't worry, you can trust me that it qualifies as a challenging topic.
Taking action
Let's start with the fact that deep work is an action. With that in mind, you will need to make a clearly defined time slot. If you have never practice deep work studying before, I'd recommend limiting the slot to around two hours. As you'll discover deep work is a draining task. For our example, let's imagine that you have designated 9 AM to 11 AM as when you're going to study asymptotic analysis.
Removing distractions
With your time slot set, now it's time to remove any and all potential distractions. Let me be 100% explicit; this means:
- You cannot check your email.
- No phone calls. In fact, put your phone in airplane mode to ensure no one calls or text messages you.
- Don't even think about checking Instagram, Facebook, Twitter, or Tinder. All your swipe rights will have to wait for a few hours.
If I missed any distractions you can add them to the list. It may also help to listen to classical music to block out any potential sound distractions while you study.
Study hard and smart
Now that you have dedicated a few hours to studying asymptotic analysis and have removed all your distractions, it's finally time to get down to business. If you think that now you can simply start reading a few Wikipedia posts, I'm sorry, that won't earn you a deep work badge.
For deep work to be truly effective, it has to be difficult. If I was learning about asymptotic analysis for the first time and wanted to practice deep work while studying it, I'd take the following approach:
- I'd begin by reading a number of online resources on the subject.
- Next I'd watch an online lecture while taking notes.
- I would then find practice exercises where I would attempt to figure out problems from scratch.
- Next, I would write a blog post or record myself teaching the concept.
- Lastly, I would have another student or instructor review my teaching and exercises to ensure that I understood the concept properly.
Do you see how much more comprehensive this type of studying is? Even if you had never heard of asymptotic analysis before your deep work study session, you would be fluent in it after you were done.
- 精通JavaScript+jQuery:100%動態網頁設計密碼
- 編程卓越之道(卷3):軟件工程化
- Apache Spark 2 for Beginners
- Mastering Ubuntu Server
- Python程序設計案例教程
- Kotlin Standard Library Cookbook
- 精通Python自然語言處理
- PhpStorm Cookbook
- Java 9模塊化開發:核心原則與實踐
- Scratch從入門到精通
- Python機器學習與量化投資
- Hack與HHVM權威指南
- Learning Cocos2d-JS Game Development
- Mastering Clojure
- 高性能MVVM框架的設計與實現:San