What is The Turkey Test?

后端 未结 6 2003
庸人自扰
庸人自扰 2020-11-28 22:28

I came across the word \'The Turkey Test\' while learning about code testing. I don\'t know really what it means.

What is Turkey Test? Why is it called so?

6条回答
  •  时光取名叫无心
    2020-11-28 23:07

    We write dates smaller to bigger like dd.MM.yyyy: 28.10.2010

    We use '.'(dot) for thousands separator, and ','(comma) for decimal separator: 4.567,9

    We have ö=>Ö, ç=>Ç, ş=>Ş, ğ=>Ğ, ü=>Ü, and most importantly ı=>I and i => İ; in other words, lower case of upper I is dotless and upper case of lower i is dotted.

    People may have very stressful times because of meaningless errors caused by the above rules.

    If your code properly runs in Turkey, it'll probably work anywhere.

提交回复
热议问题