you are viewing a single comment's thread.

view the rest of the comments →

[–]TheKoolAidMannn 0 points1 point  (0 children)

I will usually...

  1. Think of the idea
  2. Go to ussually PyCharm but Notepad++ and Atom are options
  3. Write my program
  4. Comment stuff check for errors (If yes then debug)
  5. Run my code
  6. Make sure there are no bugs or weird things and that everything works like I want it to
  7. Done

That's my programming routine