backdrop-contrib / webform_import

Allows delimited data files to be imported as submission (results) into webforms.
GNU General Public License v2.0
0 stars 2 forks source link

Clean up inline code comments #9

Closed jenlampton closed 8 months ago

jenlampton commented 9 months ago

There are a handful of issues with inline code comments that do not meet coding standards in the following ways:

It would also be great if the comments could be reformatted into a complete sentence in each case. If the comment is describing WHAT appears in the following lines rather than WHY, it's probably also safe to remove the comment entirely :)

This issue is a follow up to #4, where the fix to that problem introduces several of these issues.

leeksoup commented 9 months ago

@jenlampton - sorry about this. Nvm, re do you want me to fix -- saw your series of posts on #4 and will fix these comment issues.

Thanks for merging the PR!

jenlampton commented 9 months ago

Thanks @leeksoup the important thing is that the bugs are fixed, thank you so much for working on that!