HackerTrans
TopNewTrendsCommentsPastAskShowJobs

workingworkguy

no profile record

comments

workingworkguy
·5 ปีที่แล้ว·discuss
I'm one of the analysts causing issues for the OP, but a common example to me of something that's cake in a "real" language and frustrating in sql (ms in my case) is expanding a function to take a dynamic amount of params.

myFun param =

    for each param do...
Something like that has given me WAY more headaches than i ever expected, and that's before i saw vendor code (for systems that are used by millions) handling business logic in the stored proc with a 70 case switch statement...