Problem/Motivation

The codebase contains commented-out code blocks and development debug calls (dump(), dsm(), etc.). These artifacts should not be present in a production-ready module intended for Drupal.org.

Proposed resolution

  • Remove all dump(), dsm(), dpm(), kint() and other debugging calls.
  • Delete all blocks of commented-out code.
  • Rename local variables and properties to follow Drupal's camelCase standard (e.g., $myrest_route_metatag_id to $myrestRouteMetatagId).

Remaining tasks

Perform a global cleanup and verify coding standards.

User interface changes

None.

API changes

Internal variable renaming only.

Data model changes

None.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

sergeydruua created an issue. See original summary.

sergeydruua’s picture

Status: Active » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

sergeydruua’s picture

Status: Fixed » Closed (fixed)