
Hello, I was just thinking about how many devs put "TODO ...", "FIXME ...", or "HACK..." into comments. Do others think this could be nice optional information for Haddock to display? I think it could give people an idea for how mature, stable or clean an api is just by inspecting the above items when they are present. Thoughts? Thanks, Jason

On 2008 Oct 4, at 17:41, Jason Dagit wrote:
I was just thinking about how many devs put "TODO ...", "FIXME ...", or "HACK..." into comments.
Do others think this could be nice optional information for Haddock to display? I think it could give people an idea for how mature, stable or clean an api is just by inspecting the above items when they are present.
There's also the trailing "XXX" comment, and I personally use 2 or more @s (the number indicating how bletcherous the tagged code is; you do not want to look at code tagged @@@@@@@@@@!). -- brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allbery@kf8nh.com system administrator [openafs,heimdal,too many hats] allbery@ece.cmu.edu electrical and computer engineering, carnegie mellon university KF8NH
participants (2)
-
Brandon S. Allbery KF8NH
-
Jason Dagit