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
This function got some simplification in #3916.
There is still more opportunity for simplification, but it would require untangling the other functions that call into it first.
This code:
icerpc-csharp/tools/slicec-cs/src/encoding.rs
Line 349 in b06a0d0
should be simplified. It's confusing to compute value and then most of the time not use it but instead hardcode "value".
It would be nice to add some comments too. For example, explain why we create this strange helper variable:
The text was updated successfully, but these errors were encountered: