Skip to content

Instantly share code, notes, and snippets.

@seejonlee
Created March 30, 2021 16:10
Show Gist options
  • Save seejonlee/6e31c88d1d574cdf33c2357e1e36b584 to your computer and use it in GitHub Desktop.
Save seejonlee/6e31c88d1d574cdf33c2357e1e36b584 to your computer and use it in GitHub Desktop.
Bits of helpful info I've come across

Focus

Tactics read from How to Beat Coder's Block – Five Tips to Help You Stay Productive

  1. Write down or map out your plan. Write down the logic and features, which in turn will help with architecting and organizing modules/components/etc.
  2. Build something fun and easy to break the stagnation.
  3. Maintain a task list so you can move to something else when you're stuck on something while still staying productive.
  4. Make your breaks strategic. Get away from the computer for a brief moment and then return right back into it without segwaying into something else.
  5. Record where you've gone and we're your at. Use comments to document your process so you're able to return to it and review the context.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment