6 ms·
I've seen similar codebases as well written by people who have spent way too much time with Java. One even had it's own String class which was just a wrapper fo
by rauli_ 2y ago
I've seen similar codebases as well written by people who have spent way too much time with Java. One even had it's own String class which was just a wrapper for std::string with Java-like methods.