Skip to content

Simplify hash_optional_fields by iterating over collection #78

@coderabbitai

Description

@coderabbitai

Problem

hash_optional_fields in the hasher module repeats calls to hash_optional_string for each field, creating repetitive code.

Proposed Solution

Iterate over a collection of options instead of individual calls to:

  • Simplify the implementation
  • Make future extensions easier
  • Reduce code repetition

Context

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions