1 / 7

Paradigm Blindness: The Mortal Disease of Certainty

This module explores paradigm blindness in programming paradigms and the importance of being open to new rules and ways of thinking. It provides examples and discusses the four main programming paradigms: imperative, object-oriented, functional, and logic.

brafferty
Download Presentation

Paradigm Blindness: The Mortal Disease of Certainty

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Paradigm blindnessprogramming paradigms Module 01.3COP4020 – Programming Language Concepts Dr. Manuel E. Bermudez

  2. The mortal disease of certainty. Paradigmsact as physiologicalfilters; a coloredfilterbeforetheeyes. The rules forthe new paradigm are oftencompletelyINVISIBLE to thosestillsubscribing to theoldparadigm. ParadigmBlindness

  3. Example: In the late 1930’s, Chester Carlsonshowed Kodak, IBM and 41 othercompanieshis new “photographicsystem”: a steelplate, someblackpowder, a piece of catfur, a piece of amber, somewaxpaper, and aniron. OnlytheHalloidCorporationadoptedthe new system. Theylaterbecame ??? ParadigmBlindness (cont’d)

  4. Example: Whoinventedthequartzwatch ? Characteristics of paradigmblindness: “That’snotthewaywe do it.” “Itisnotgoing to work.” “That’simpossible.” “Ifyouhadmyyears of experience, youwouldknowyou are wrong.” ParadigmBlindness (cont’d)

  5. Examples: ParadigmBlindness (cont’d)

  6. FOUR PARADIGMS OF COMPUTING Imperative: WHAT DO WE DO NEXT ? Object-Oriented: WHAT ARE THE TERMS OF THE CONTRACT ? Functional: WHAT IS THE FUNCTION’S VALUE ? Logic: WHEN IS IT TRUE THAT … ? Programming (Language) Paradigms

  7. summary • Paradigm blindness: • New rules become invisible. • Examples everywhere. • Four Programming Paradigms: • Imperative. • Object-oriented. • Functional. • Logic.

More Related