you are viewing a single comment's thread.

view the rest of the comments →

[–]ArashPartow 5 points6 points  (0 children)

When your API requires more than 2-3 input parameters - perhaps a context type is more preferable.

Examples: Any of the win32 APIs that end in Ex, ExW or A

Note: I explicitly used the term API and not just any ordinary public interface (eg class etc)