Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
return in a function
#14
Yeah, functions should be doing one thing. I find test-driven development a great way to design - by starting with a test, you're focussing on the "what" before the "how" (that is, what the component does and its interface before how that is implemented). Obviously if you have existing code to refactor, then getting tests in place first (if you don't have them) will allow you to refactor safely.
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,085 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