[SR-Dev] what to do if function names differ?

Juha Heinanen jh at tutpro.com
Mon Apr 20 11:59:38 CEST 2009


how should merge be done, when function names differ?  should we support
both names or choose one?

for example, max_forwards module:

s:

maxfwd_process(max_value)
maxfwd_at_least(min_value)

k:

mf_process_maxfwd_header(max_value)
is_maxfwd_lt(max_value)

my vote is to take one that has better documentation.

-- juha



More information about the sr-dev mailing list