libprimis icon indicating copy to clipboard operation
libprimis copied to clipboard

Refactor `goto` statements in stream.cpp's `encodeutf8()`

Open no-lex opened this issue 4 years ago • 0 comments

https://github.com/project-imprimis/imprimis/blob/17eb9bc56cf668d8969a6bc3a3ecdacb4721d00f/src/shared/stream.cpp#L184-L226

This function uses a lot of goto statements which makes it hard to understand. Most of these should be axed, or failing that, well commented.

no-lex avatar Jul 09 '20 06:07 no-lex