jagomart
digital resources
picture1_Principles Of Programming Pdf 187672 | Interfaces Light


 51x       Filetype PDF       File size 0.16 MB       Source: www.cs.drexel.edu


File: Principles Of Programming Pdf 187672 | Interfaces Light
interfaces interfaces1 intro themes principles 1examples in these slides come from brian kernighan and rob pike thepractice of programming addison wesley 1999 interfaces intro themes principles intro interfaces interfaces intro ...

icon picture PDF Filetype PDF | Posted on 02 Feb 2023 | 2 years ago
Partial capture of text on file.
  Interfaces
                             Interfaces1
 Intro
 Themes
 Principles
            1Examples in these slides come from Brian Kernighan and Rob Pike,
          ThePractice of Programming, Addison-Wesley, 1999
  Interfaces
 Intro
 Themes
 Principles
                                  Intro
            Interfaces
  Interfaces
 Intro            The essence of design is to balance competing
 Themes           goals and constraints.   Although there are many
 Principles       tradeoffs when one is writing a small self-contained
                  system, the ramifications of particular choices re-
                  main within the system and affect only the individ-
                  ual programmer. But when code is to be used by
                  others, decisions have wider repercussions.
             Objective: To discuss the considerations that must be
             addressed when designing an interface. To illustrate these
             design issues with a simple yet useful example.
            TheInterface
  Interfaces
 Intro
 Themes           Interface is a contract between the supplier
 Principles       (programmer) and the client (user) (often another
                  programmer)
                  It describes what services (behaviors) and accesses
                  are offered
                  Aninterface should describe what it does, might do,
                  and any changes it might make
The words contained in this file might help you see if this file matches what you are looking for:

...Interfaces intro themes principles examples in these slides come from brian kernighan and rob pike thepractice of programming addison wesley the essence design is to balance competing goals constraints although there are many tradeoffs when one writing a small self contained system ramications particular choices re main within affect only individ ual programmer but code be used by others decisions have wider repercussions objective discuss considerations that must addressed designing an interface illustrate issues with simple yet useful example theinterface contract between supplier client user often another it describes what services behaviors accesses offered aninterface should describe does might do any changes make...

no reviews yet
Please Login to review.