question on wordpress multiple options validation functions

I have a question regarding the wordpress options validation. Just want some opinions, I am not asking for examples.

I have multiple field types, would it be the best to have multiple validation functions depending on the types? Or can that be done in 1 single function?

I assume it easier to do the separate validation functions for each type.