How to pluralize a function’s name such as foobar in technical writing?
By technical writing i mean, for example, comment text in source code, documentation of a software or programming element that might be in different place from the corresponding source code.
Should i use
foobars
foobar`s
foobar's
foobar
?
I’d suggest not changing the function/method name in any way as that would invite confusion, but refer to it like:
or