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

fix(ad-hoc): Code improvements #231

Merged
merged 5 commits into from
Oct 16, 2024

Conversation

vitalii-vanziak-cko
Copy link
Collaborator

Description

  • Replaced .not() with ! in all logical conditions for consistency
  • Removed all unmodified .copy() calls. There is no need to make a shallow copy of immutable data classes.
  • Deprecated ProcessOutResult<T>.copy()
  • Removed Failure copy in ProcessOutResult<T>.map()
  • Reordered logs in nAPM (Views)

@vitalii-vanziak-cko vitalii-vanziak-cko merged commit 7d6a417 into master Oct 16, 2024
1 check passed
@vitalii-vanziak-cko vitalii-vanziak-cko deleted the fix/ad-hoc/code-improvements branch October 16, 2024 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants