As others mentioned, it is better to use multiple dispatch as the Julia language was developed with it as one of its central features.
You could easily change the name of the function to make it look natural (in the english grammar sense). E.g. you can define feed(Man, food) or feed(Man, with=food) if that seems more natural to you.