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
The coding style of the program could be improved in some ways:
the use of custom-made types like GooString, instead of the standard C++ std::string etc makes the code larger than it would need and we don't get benefits when the core libraries get improved.
some functions are way too long and could be refactored to be smaller.
Apparently, the Gentoo people have addressed some of these tasks.
The text was updated successfully, but these errors were encountered:
The coding style of the program could be improved in some ways:
GooString
, instead of the standard C++std::string
etc makes the code larger than it would need and we don't get benefits when the core libraries get improved.Apparently, the Gentoo people have addressed some of these tasks.
The text was updated successfully, but these errors were encountered: