Details
-
Task
-
Resolution: Fixed
-
P3: Somewhat important
-
None
-
None
-
1
-
c08766abf (dev)
-
Foundation Sprint 130
Description
The writeEscaped() function currently uses a long if/else chain to handle character escaping and error detection.
This task refactors the function to use a switch statement instead, improving readability and maintainability.