Kubernetes (originally designed by Google) is a prominent open-source container-orchestration system for cloud computing with over 4.3 million lines of Go source code. Over 700,000 lines of that code are comments.

“We’ve been working on a project that surfaces TODO comments in a codebase to help developers do basic project management workflows within that codebase,” reads a new essay on Medium. So what did the software learn from over 2,000 TODO comments on Kubernetes?

Slashdot reader patrickdevivo writes:
It finds that most TODOs are quite old (average age of 2+ years) and about a quarter of them have an assignee (so they’re kind of like a ticket?)

The tool used to surface the information is called tickgit, and it looks for “project management metadata” in a codebase.

The data confirms what most developers intuitively understand — many TODO comments are forgotten and typically not addressed in a reasonable amount of time. This also appears to be the case in Kubernetes, just on a larger scale.

Share on Google+

of this story at Slashdot.

…read more

Source:: Slashdot