Hi all, I am trying to create a basic, generic val...
# codereview
ö
Hi all, I am trying to create a basic, generic validation implementation. Here is the test class showing 2 alternatives. (I could also create another method checking data types (Int, String, Double, etc) first and then calling validate method but I didn’t prefer to use it.) Could you please share your recommendations? Thanks..