Skip to content

Extract Rendering Functionality and Remove BaseHelpers Module#476

Merged
lessthanjacob merged 5 commits intomainfrom
refactor-rendering
Jan 2, 2025
Merged

Extract Rendering Functionality and Remove BaseHelpers Module#476
lessthanjacob merged 5 commits intomainfrom
refactor-rendering

Conversation

@lessthanjacob
Copy link
Copy Markdown
Contributor

@lessthanjacob lessthanjacob commented Oct 14, 2024

Resolves #432

Checklist:

  • I have updated the necessary documentation
  • I have signed off all my commits as required by DCO
  • My build is green

Changelog

  • Extract rendering logic into Rendering module
  • Remove BaseHelpers module
  • Reformat Base class with class << self syntax
  • Rename public prepare_object to hashify to better match expectations.
  • Introduce new exceptions for meta/root errors

Signed-off-by: Jacob Sheehy <jacobjsheehy@gmail.com>
Comment thread lib/blueprinter/configuration.rb
@lessthanjacob lessthanjacob marked this pull request as ready for review October 29, 2024 13:48
@lessthanjacob lessthanjacob requested review from a team and ritikesh as code owners October 29, 2024 13:48
@lessthanjacob lessthanjacob merged commit d39aea9 into main Jan 2, 2025
@lessthanjacob lessthanjacob deleted the refactor-rendering branch January 2, 2025 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Extract Rendering Logic from BaseHelpers

2 participants