programming idiom

  • 61Double dispatch — Theories and practice of polymorphism Double dispatch Multiple dispatch Operator overloading Polymorphism in computer science Polymorphism in OOP Subtyping …

    Wikipedia

  • 62Curiously recurring template pattern — The curiously recurring template pattern (CRTP) is a C++ idiom in which a class X derives from a class template instantiation using X itself as template argument. The name of this idiom was coined by Jim Coplien,[1] who had observed it in some of …

    Wikipedia

  • 63General semantics — The term General Semantics refers to a non Aristotelian educational discipline created by Alfred Korzybski (1879–1950) during the years 1919 to 1933. General Semantics stands distinct from semantics, a different subject. The name technically… …

    Wikipedia

  • 64Craig Larman — is a Canadian computer scientist specializing in Iterative and incremental development, Agile software development, Object oriented analysis, Object oriented design, and agile modeling. He is the author of several texts. Biography His education …

    Wikipedia

  • 65Anti-pattern — (deutsch: Antimuster) bezeichnet in der Softwareentwicklung einen häufig anzutreffenden schlechten Lösungsansatz für ein bestimmtes Problem. Es bildet damit das Gegenstück zu den Mustern (Entwurfsmuster, Analysemuster, Architekturmuster...),… …

    Deutsch Wikipedia

  • 66Antimuster — Anti Pattern (deutsch: Antimuster) bezeichnet in der Softwareentwicklung einen häufig anzutreffenden schlechten Lösungsansatz für ein bestimmtes Problem. Es bildet damit das Gegenstück zu den Mustern (Entwurfsmuster, Analysemuster,… …

    Deutsch Wikipedia

  • 67Antipattern — Anti Pattern (deutsch: Antimuster) bezeichnet in der Softwareentwicklung einen häufig anzutreffenden schlechten Lösungsansatz für ein bestimmtes Problem. Es bildet damit das Gegenstück zu den Mustern (Entwurfsmuster, Analysemuster,… …

    Deutsch Wikipedia

  • 68Negativmuster — Anti Pattern (deutsch: Antimuster) bezeichnet in der Softwareentwicklung einen häufig anzutreffenden schlechten Lösungsansatz für ein bestimmtes Problem. Es bildet damit das Gegenstück zu den Mustern (Entwurfsmuster, Analysemuster,… …

    Deutsch Wikipedia

  • 69Pop (U2 album) — Pop Studio album by U2 Released 3 March 1997 ( …

    Wikipedia

  • 70Ctype.h — The header ctype.h in the ANSI C Standard Library for the C programming language contains declarations for character classification functions. History Early toolsmiths writing in C under Unix began developing idioms at a rapid rate to classify… …

    Wikipedia