Re: desperately in need of a tool

2007-08-22 Thread Bruno Desthuilliers
yagyala a écrit : > Hi. > > I recently started working for a company that has just implemented its > first set of software standards. So far, so good. Here's the problem: > one of those standards is that the comments for each routine must > indicate every other routine that it calls. May I sugges

Re: desperately in need of a tool

2007-08-20 Thread John J. Lee
yagyala <[EMAIL PROTECTED]> writes: > I recently started working for a company that has just implemented its > first set of software standards. So far, so good. Here's the problem: > one of those standards is that the comments for each routine must > indicate every other routine that it calls. As

Re: desperately in need of a tool

2007-08-20 Thread John J. Lee
yagyala <[EMAIL PROTECTED]> writes: > I recently started working for a company that has just implemented its > first set of software standards. So far, so good. Here's the problem: > one of those standards is that the comments for each routine must > indicate every other routine that it calls. As

Re: desperately in need of a tool

2007-08-20 Thread A.T.Hofkamp
On 2007-08-19, yagyala <[EMAIL PROTECTED]> wrote: > Hi. > > one of those standards is that the comments for each routine must > indicate every other routine that it calls. As I try to keep my > to do this by hand. Does anyone know of a tool that could do this for > me, or at least a tool that can

Re: desperately in need of a tool

2007-08-19 Thread Chris Mellon
On 8/19/07, yagyala <[EMAIL PROTECTED]> wrote: > Hi. > > I recently started working for a company that has just implemented its > first set of software standards. So far, so good. Here's the problem: > one of those standards is that the comments for each routine must > indicate every other routine

desperately in need of a tool

2007-08-19 Thread yagyala
Hi. I recently started working for a company that has just implemented its first set of software standards. So far, so good. Here's the problem: one of those standards is that the comments for each routine must indicate every other routine that it calls. As I try to keep my routines small, and fac