Closed Broken-Admin closed 3 years ago
Hello - I appreciate the interest in basekernel, but I don't see this as a problem.
I purely thought it may be possible to improve the readability of the code when replacing the almost obfuscated while-statement.
On the below line, in the function
strtok
, could this while statement not be replaced with a for-loop?Aforementioned Line
My interpretation of this code into a for-loop -
With this change implemented, it still
make
s properly, runs, and has a better overall readability.