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
@Vatavuk yes, or we could merge it with the pattern matching that follows and match the whole string instead of first splitting it by ;.
Check yegor256/cactoos#941 that I opened in cactoos that is related too.
We have code duplication in
RtTransaction
. Each method parses transaction string in a same manner:We can extract this to a method or a class.
Furthermore we can simplify the above example to:
The text was updated successfully, but these errors were encountered: