On Wed, Oct 28, 2009 at 10:52 PM, David Brownell <davi...@pacbell.net> wrote:
> On Wednesday 28 October 2009, Řyvind Harboe wrote:
>> > And forward declarations should only really be used
>> > when they're unavoidable ... they clutter the code.
>>
>> It's a shame that C couldn't get rid of the requirement to
>> declare fn's before they are used...
>
> You don't have to declare them if you define them first.  :)

That they wouldn't remove this requirement for C++
is just weird.

Anyway...

I'm speculating that one of the *nice* features of C is that
it's very friendly towards diff's and patches. No refactoring
support here! :-) I never looked into "extract method" +
"rename classes" and what that would do to git...




-- 
Øyvind Harboe
http://www.zylin.com/zy1000.html
ARM7 ARM9 ARM11 XScale Cortex
JTAG debugger and flash programmer
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to