Python Forum
simplifying a stack of elifs
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
simplifying a stack of elifs
#9
no. i actually like the class reference way. i just originally started doing the 1-list way long ago before i knew that classes could be used his way. it's just a design habit i need to break.

i've juggled my design around all this week and have eliminated the inner functions by reducing the number of different message actions to just two, in which the elif stack is now smaller, as the code within each action (what was a function called by name). i might get brave and test this thing this weekend, then code up the backup accelerator that was the original need for it.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
simplifying a stack of elifs - by Skaperen - Aug-14-2019, 04:23 AM
RE: simplifying a stack of elifs - by Gribouillis - Aug-14-2019, 07:05 AM
RE: simplifying a stack of elifs - by Skaperen - Aug-14-2019, 06:13 PM
RE: simplifying a stack of elifs - by Gribouillis - Aug-15-2019, 06:15 AM
RE: simplifying a stack of elifs - by Skaperen - Aug-15-2019, 08:22 PM
RE: simplifying a stack of elifs - by Gribouillis - Aug-15-2019, 09:16 PM
RE: simplifying a stack of elifs - by Skaperen - Aug-15-2019, 11:51 PM
RE: simplifying a stack of elifs - by Gribouillis - Aug-16-2019, 06:51 AM
RE: simplifying a stack of elifs - by Skaperen - Aug-17-2019, 04:13 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Help for simplifying code mmk1995 8 4,182 Sep-24-2019, 02:04 PM
Last Post: perfringo
  a stack of elifs and a try/except Skaperen 2 1,989 Sep-12-2019, 11:39 PM
Last Post: Skaperen
  Simplifying my code ilondire05 5 3,791 Jul-21-2019, 03:21 AM
Last Post: scidam
  My program subtracts fractions, but for some reason isn't simplifying them RedSkeleton007 9 5,924 Mar-03-2018, 11:45 AM
Last Post: Gribouillis
  Simplifying multiple "or" conditions in if statement. rhubarbpieguy 8 102,181 Jul-22-2017, 12:19 PM
Last Post: rhubarbpieguy

Forum Jump:

User Panel Messages

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