Checklists - TheRedLady/nemetschek_internship GitHub Wiki

Every day

  • Do 10 min touch typing drill
  • Do my tasks
  • Learn new Vim trick
  • Fill my Hrono
  • Do regular breaks

When task is done

  • Ensure all unit tests pass
  • Check the code with pyflakes (,ch in Vim for single file)
  • Check if the code follows the style guides (see style guides below)
  • Check the code quality (see the checklist below)
  • Commit with meaningful commit message
  • Push
Style guides

Code quality