Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
return in a function
#17
(Mar-15-2021, 06:33 AM)ndc85430 Wrote: Yeah, functions should be doing one thing.
yes, i do agree ... for most cases. but here, the "one thing" is to reduce a sequence of things. suppose you have 15 complicated things to do. reducing this to 15 functions, each doing one thing, makes sense. but the you still have 15 function calls to do. now you have 12 places to do the 15 calls. i now consider the sequence of 15 calls to be the 16th "one thing" and make a 16th function to all that. now the returns have to go back another calling level. maybe this what exceptions are for.
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
return in a function - by Skaperen - Mar-06-2021, 02:58 AM
RE: return in a function - by michael1789 - Mar-06-2021, 05:13 AM
RE: return in a function - by Skaperen - Mar-06-2021, 08:25 PM
RE: return in a function - by snippsat - Mar-06-2021, 01:04 PM
RE: return in a function - by ndc85430 - Mar-06-2021, 01:47 PM
RE: return in a function - by Gribouillis - Mar-07-2021, 09:22 AM
RE: return in a function - by Skaperen - Mar-07-2021, 09:03 PM
RE: return in a function - by Gribouillis - Mar-08-2021, 07:43 AM
RE: return in a function - by Skaperen - Mar-08-2021, 08:18 AM
RE: return in a function - by nilamo - Mar-11-2021, 07:57 PM
RE: return in a function - by Skaperen - Mar-14-2021, 01:39 AM
RE: return in a function - by ndc85430 - Mar-14-2021, 07:14 AM
RE: return in a function - by Skaperen - Mar-15-2021, 01:31 AM
RE: return in a function - by nilamo - Mar-15-2021, 04:55 PM
RE: return in a function - by ndc85430 - Mar-15-2021, 06:33 AM
RE: return in a function - by Serafim - Mar-15-2021, 11:00 AM
RE: return in a function - by Skaperen - Mar-16-2021, 07:54 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Is that possible to have a new feature: dynamic return with using function argument kouui 2 2,065 Aug-26-2019, 10:05 AM
Last Post: kouui

Forum Jump:

User Panel Messages

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