Lesson 10 Design Pattern and Universal Design
Design Pattern and Universal Design
Design Patter are used by programmer by re-using a pattern to create a solution in a problem, notably in software engineering. It is formalized as the best practices that programmer can use to solve common problems when designing an application to minimize the errors. These solutions were obtained by trial and error by numerous software developers over quite a substantial period of time.
Universal design is the process of creating products that are accessible to people with a wide range of abilities, disabilities, and other characteristics. In creating a universal design the programmer should be aware that it must be a usable, accessible and inclusive to the users.
usable - design that are usable to all the user without the need for adaptation or specialized design
accessible - design that are accessible to the needs of the people with disabilities that are specifically considered.
inclusive - is about engaging authentically with the diverse people that make up markets and audiences, not just about providing usable accommodations or catering to specific needs.
despite of our differences regardless age, gender, culture, environment, size, health and etc. universal design are applied in all application by programmers to be equitable use, flexible in use, simple and intuitive, perceptible information, tolerance for error, low physical effort, size and space for approach and use for all the users.
Comments
Post a Comment