Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Productive Programming Habits

Productive Programming Habits

Talk at ACT-W Chicago Conf 2016

Marshall Shen

October 22, 2016
Tweet

More Decks by Marshall Shen

Other Decks in Business

Transcript

  1. Why measure? • Discover insights. How much have I really

    done? • Provides feedback. How can I do better? • Predict future. How long will this task take?
  2. Goal Setting What do I want to accomplish.. This year

    (long)? This Quarter (intermediate)? This Month (short)? Today?
  3. The volume and complexity of what we know has exceeded

    our individual ability to deliver its benefits correctly, safely, or reliably. In other words, TMI Why checklist?
  4. Checklist in action • Develop the frame for the UI

    of showing the auction item • Develop the section for picture for auction item • Develop the section for details text for auction item • Develop the submit price button for auction item • Wire the action of submitting price button, with dummy API call • Develop backend API for submitting price • Connect the backend API with the action