Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use dbg! instead of println! in Day 2. #2657

Merged
merged 1 commit into from
Feb 25, 2025
Merged

Conversation

egithinji
Copy link
Contributor

Part of #2478 to clean up code blocks when all that is needed is a trivial debug print statement.

As mentioned in previous related PRs, in some places I've opted to retain the use of println! because dbg! makes it less readable.

Part of google#2478 to clean up code blocks when all that is needed is a trivial debug print statement.

As mentioned in previous related PRs, in some places I've opted to retain the use of println! because dbg! makes it less readable.
Copy link
Collaborator

@djmitche djmitche left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!!

@djmitche
Copy link
Collaborator

djmitche commented Feb 25, 2025

I appreciate the careful thought :)

@djmitche djmitche enabled auto-merge (squash) February 25, 2025 21:03
@djmitche djmitche merged commit 1a64c9b into google:main Feb 25, 2025
35 checks passed
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.

2 participants