Python Forum
how many do side by side windows for coding?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how many do side by side windows for coding?
#5
For a class, I put in one line description with the parent class, any extra description I think is essential to understanding the class, and a one line description of every class attribute (with type), every instance attribute (with type), every method (with return type), and every overridden method.

I can often review that without two screens. But for the last release of t_games I had a GinRummy class with 800 lines of code. Scrolling back and forth to check/fix things became too tedious, so I opened another window.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Messages In This Thread
RE: how many do side by side windows for coding? - by ichabod801 - Dec-22-2019, 03:18 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  side effects in f-strings Skaperen 0 1,689 Sep-08-2019, 01:26 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020