7
votes
9answers
2k views
How to generate a verification code/number ?
Hi,
I'm working on an application where users have to make a call and type a verification number with the keypad of their phone.
I would like to be able to detect if the number th …
4
votes
9answers
244 views
Should you check for wrong parameter values in the constructor?
Do you check for data validity in every constructor, or do you just assume the data is correct and throw exceptions in the specific function that has a problem with the parameter?
3
votes
5answers
272 views
What algorithm to use to calculate a check digit?
What algorithm to use to calculate a check digit for a list of digits?
The length of the list is between 8 and 12 digits.
see also:
How to generate a verification code/number?
0
votes
1answer
28 views
“Maximum allowed trigger depth” in SQL Server?
I know about "Allow Triggers to Fire Others" server setting that allows the action taken by a trigger to fire another trigger (or not), and as I understand it, my only options are …
0
votes
0answers
29 views
What is your experience with the tool Imagix 4D?
Our SW Engineering department suggests we use the tool Imagix 4D to analyze our preemptive C code in order to detect data consistency risks. By data consistency risk we mean cases …
