Yahoo Search Búsqueda en la Web

Resultado de búsqueda

  1. Kiểu mạnh và kiểu yếu. Trong việc lập trình, các ngôn ngữ lập trình thường được coi là kiểu yếu hoặc kiểu mạnh. Nói chung thì các khái niệm này không có định nghĩa chính xác cụ thể. Thực ra, người ta lại có xu hướng dùng chúng để ủng hộ hoặc phê bình một ngôn ...

  2. Most uses of "strong" and "weak" on the web are vague and ill-defined value judgements: they're used to say that a language is "good" or "bad", with the judgement dressed up in technical jargon. As Chris Smith has written: This is one section of The Programmer's Compendium 's article on Types, which contains more details and context. This URL ...

  3. 6 de oct. de 2023 · Language links are at the top of the page across from the title.

  4. en.wikipedia.org › wiki › Type_safetyType safety - Wikipedia

    In computer science, type safety and type soundness are the extent to which a programming language discourages or prevents type errors.Type safety is sometimes alternatively considered to be a property of facilities of a computer language; that is, some facilities are type-safe and their usage will not result in type errors, while other facilities in the same language may be type-unsafe and a ...

  5. Weak and strong typing. Weak typing allows a value of one type to be treated as another, for example treating a string as a number. This can occasionally be useful, but it can also allow some kinds of program faults to go undetected at compile time and even at run time. Strong typing prevents these program faults.

  6. 29 de ene. de 2018 · Strong [ick!] & Weak [ick!] Two unfortunate terms are often unfortunately used in discussions of type safety; the results are—you guessed it—unfortunate. The terms are strong typing (or strongly typed) and weak typing (or weakly typed). These generally have something to do with the overall level of type safety offered by a programming language.