You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be instructive to add a case test to bob that includes Unicode characters. The proper handling of Unicode is important with international use of software applications and it would be beneficial for students to know that it exists and how to handle it. Anyone that has had to clean up an issue with Unicode in a code base can relate to this.
The best test case would probably be for the "Shouting" test where it must detect an upper-case Unicode character being present and classify it as shouting, for example: "¡FELIZ AÑO NUEVO!" ("HAPPY NEW YEAR!" in Spanish).
It would be instructive to add a case test to bob that includes Unicode characters. The proper handling of Unicode is important with international use of software applications and it would be beneficial for students to know that it exists and how to handle it. Anyone that has had to clean up an issue with Unicode in a code base can relate to this.
The best test case would probably be for the "Shouting" test where it must detect an upper-case Unicode character being present and classify it as shouting, for example: "¡FELIZ AÑO NUEVO!" ("HAPPY NEW YEAR!" in Spanish).
https://www.joelonsoftware.com/2003/10/08/the-absolute-minimum-every-software-developer-absolutely-positively-must-know-about-unicode-and-character-sets-no-excuses/
The text was updated successfully, but these errors were encountered: