On Wed, Oct 16, 2013 at 07:12:06PM +0200, Roberto E. Vargas Caballero wrote:
> >
> > Functions push() and pop() seem to only be used once each.
> > Would it be too bad to have these few lines directly in the du function?
>
> I don't agree here, because I think the code is more clear with them.
> Moving main() to the bottom and usage() to the top would eliminate the
> need to declare them.
I agree here.
>
> Functions push() and pop() seem to only be used once each.
> Would it be too bad to have these few lines directly in the du function?
I don't agree here, because I think the code
On Wed, Oct 16, 2013 at 06:47:26PM +0200, Truls Becken wrote:
> A few trivial comments:
>
> Moving main() to the bottom and usage() to the top would eliminate the
> need to declare them.
Sure.
> Functions push() and pop() seem to only be used once each.
> Would it be too bad to have these few
A few trivial comments:
Moving main() to the bottom and usage() to the top would eliminate the
need to declare them.
Functions push() and pop() seem to only be used once each.
Would it be too bad to have these few lines directly in the du function?
The switch in du would be slightly simpler a