> I just think that the comments about a code change should be were the
code is changed.

I mus say I don't agree with that. We would end up with rather bloated
files where the actual code is hard to find!

> 

> About function names:
>     itoa  should be named F_int_to_asc.
>     atoi  should be named F_asc_to_int.
>     htonl should be named F_host_to_networkorder.
> 
> These are all wellknown names and perhaps shouldn't change 
> but I include them as examples of how I would like it to be.
> I also think it is a value in being able to directly 
> distinguish a function name from a variable name by 
> preceeding every function name with "F_".

I think a better way is to write a good manual to lwIP where all
functions and global variables are described so they are easy to find!
And as far as I know, we're on the way to having that in the wiki?

Simon


_______________________________________________
lwip-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to