Python Forum
Class Modules, and Passing Variables: Seeking Advice
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Class Modules, and Passing Variables: Seeking Advice
#20
(Mar-02-2018, 02:21 PM)Robo_Pi Wrote: I want my code to be easily readable to even the most neophyte programmer. So making the code easy to understand is my goal. I have no need to make it compact.
concise code is always better and much easier to follow :-)

(Mar-02-2018, 02:21 PM)Robo_Pi Wrote: I have also chosen to indent all of my comments from the main code block. I do this because I have failing eyes and when the comments are lined up with the code it's hard for me to see which lines are comments and which lines are code. So I just indent all the comment lines and this leaves the actual code lines sticking out where they are easy to notice.
good for you as for the rest of us this is not the case. For me it's more difficult
You tend to repeat in plain language every line of code (even the most simple one like opening a file) and that is a real pain. Just my 2 cents
Reply


Messages In This Thread
RE: Class Modules, and Passing Variables: Seeking Advice - by buran - Mar-02-2018, 02:33 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  help seeking for prediction of fixed effect model gotodockforevildragon 1 187 Jun-23-2024, 08:09 AM
Last Post: johnthomson112
  Seeking advice on dask distributed sawtooth500 4 546 Apr-15-2024, 11:07 PM
Last Post: sawtooth500
  Unchangeable variables in a class? Calab 12 1,908 Sep-15-2023, 07:15 PM
Last Post: deanhystad
  Class variables and Multiprocessing(or concurrent.futures.ProcessPoolExecutor) Tomli 5 4,141 Nov-12-2021, 09:55 PM
Last Post: snippsat
  How to pass variables from one class to another hobbyist 18 11,616 Oct-01-2021, 05:54 PM
Last Post: deanhystad
  Acess variables from class samuelbachorik 3 1,996 Aug-20-2021, 02:55 PM
Last Post: deanhystad
  Passing Variables between files. victorTJ 3 2,387 Oct-17-2020, 01:45 AM
Last Post: snippsat
  New user seeking help EdRaponi 2 58,450 Jun-23-2020, 12:03 PM
Last Post: EdRaponi
  Class variables menator01 2 2,123 Jun-04-2020, 04:23 PM
Last Post: Yoriz
  Question about naming variables in class methods sShadowSerpent 1 2,110 Mar-25-2020, 04:51 PM
Last Post: ndc85430

Forum Jump:

User Panel Messages

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