-
-
Notifications
You must be signed in to change notification settings - Fork 824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[REF] Extract logical functions from sendTemplate #19510
Conversation
(Standard links)
|
c5bb5a4
to
a252eae
Compare
Looks like I made a mistake - on the bright side we now have a list of the 193 tests that provide cover for this function api_v3_ContributionPageTest.testSubmitMembershipBlockIsSeparatePaymentPaymentProcessorNowChargesCorrectAmounts with data set #0 |
This simply makes it clear what the main chunks of code are doing
a252eae
to
ab9d356
Compare
thanks @mattwire |
Overview
[REF] Extract logical functions from sendTemplate
Before
Long chunk of code - hard to figure out the component parts
After
Component parts are in their own functions
Technical Details
This simply makes it clear what the main chunks of code are doing
Comments