▲ | bluGill 3 hours ago | |||||||
I have > 10 million lines of C++ that is not annotated. There are many projects much larger than mine. If you cannot automatically annotate the code there is no point in trying as you can't do it manually. If you can automate it why not just build that into the compiler and skip the syntax? | ||||||||
▲ | zozbot234 2 hours ago | parent [-] | |||||||
> If you cannot automatically annotate the code there is no point in trying as you can't do it manually. How can you know this without a "viral" analysis that tells you how much annotation is needed, and where? Perhaps the code factors out all the low-level, "memory unsafe" hacks to its own module, and that can be feasibly annotated. It's just not something we can know in advance. | ||||||||
|