Might I suggest that a 12000 line case statement probably isn't a good design decision in any programming environment. Why not put those 12000 conditions as records in a table and perform your evaluation via SQL?
↧
Might I suggest that a 12000 line case statement probably isn't a good design decision in any programming environment. Why not put those 12000 conditions as records in a table and perform your evaluation via SQL?