GCC begins move to C++
GCC begins move to C++
Posted Jun 1, 2010 3:54 UTC (Tue) by jamesh (guest, #1159)In reply to: GCC begins move to C++ by HelloWorld
Parent article: GCC begins move to C++
For git, a minor contributor was proposing changes that would negatively affect the core developers' ability to maintain the code base (since C++ is not one of their areas of expertise). In the gcc case, it is the core developers themselves who are suggesting the change and believe it will make maintenance easier.
Posted Jun 1, 2010 6:30 UTC (Tue)
by adobriyan (subscriber, #30858)
[Link]
Proposing? I don't think so.
> When I first looked at Git source code two things struck me as odd:
GCC begins move to C++
> 1. Pure C as opposed to C++. No idea why. Please don't talk about
> portability, it's BS.
> 2. Brute-force, direct string manipulation. It's both verbose and
> error-prone. This makes it hard to follow high-level code logic.