You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to introduce prefix/suffix options for attribute names in jsonb_accessor? This would allow developers to write more concise and readable code, particularly when dealing with multiple attributes.
This addition would not only streamline code but also maintain readability and ease of maintenance.
I understand the complexities involved in maintaining an open-source project and adding new features. If this suggestion aligns with your vision for the gem, I'd be delighted to see it implemented.
The text was updated successfully, but these errors were encountered:
Would it be possible to introduce prefix/suffix options for attribute names in jsonb_accessor? This would allow developers to write more concise and readable code, particularly when dealing with multiple attributes.
For example, instead of writing:
we could have:
This addition would not only streamline code but also maintain readability and ease of maintenance.
I understand the complexities involved in maintaining an open-source project and adding new features. If this suggestion aligns with your vision for the gem, I'd be delighted to see it implemented.
The text was updated successfully, but these errors were encountered: