Báo cáo tài liệu vi phạm
Giới thiệu
Kinh doanh - Marketing
Kinh tế quản lý
Biểu mẫu - Văn bản
Tài chính - Ngân hàng
Công nghệ thông tin
Tiếng anh ngoại ngữ
Kĩ thuật công nghệ
Khoa học tự nhiên
Khoa học xã hội
Văn hóa nghệ thuật
Sức khỏe - Y tế
Văn bản luật
Nông Lâm Ngư
Kỹ năng mềm
Luận văn - Báo cáo
Giải trí - Thư giãn
Tài liệu phổ thông
Văn mẫu
THỊ TRƯỜNG NGÀNH HÀNG
NÔNG NGHIỆP, THỰC PHẨM
Gạo
Rau hoa quả
Nông sản khác
Sữa và sản phẩm
Thịt và sản phẩm
Dầu thực vật
Thủy sản
Thức ăn chăn nuôi, vật tư nông nghiệp
CÔNG NGHIỆP
Dệt may
Dược phẩm, Thiết bị y tế
Máy móc, thiết bị, phụ tùng
Nhựa - Hóa chất
Phân bón
Sản phẩm gỗ, Hàng thủ công mỹ nghệ
Sắt, thép
Ô tô và linh kiện
Xăng dầu
DỊCH VỤ
Logistics
Tài chính-Ngân hàng
NGHIÊN CỨU THỊ TRƯỜNG
Hoa Kỳ
Nhật Bản
Trung Quốc
Hàn Quốc
Châu Âu
ASEAN
BẢN TIN
Bản tin Thị trường hàng ngày
Bản tin Thị trường và dự báo tháng
Bản tin Thị trường giá cả vật tư
Tìm
Danh mục
Kinh doanh - Marketing
Kinh tế quản lý
Biểu mẫu - Văn bản
Tài chính - Ngân hàng
Công nghệ thông tin
Tiếng anh ngoại ngữ
Kĩ thuật công nghệ
Khoa học tự nhiên
Khoa học xã hội
Văn hóa nghệ thuật
Y tế sức khỏe
Văn bản luật
Nông lâm ngư
Kĩ năng mềm
Luận văn - Báo cáo
Giải trí - Thư giãn
Tài liệu phổ thông
Văn mẫu
NGÀNH HÀNG
NÔNG NGHIỆP, THỰC PHẨM
Gạo
Rau hoa quả
Nông sản khác
Sữa và sản phẩm
Thịt và sản phẩm
Dầu thực vật
Thủy sản
Thức ăn chăn nuôi, vật tư nông nghiệp
CÔNG NGHIỆP
Dệt may
Dược phẩm, Thiết bị y tế
Máy móc, thiết bị, phụ tùng
Nhựa - Hóa chất
Phân bón
Sản phẩm gỗ, Hàng thủ công mỹ nghệ
Sắt, thép
Ô tô và linh kiện
Xăng dầu
DỊCH VỤ
Logistics
Tài chính-Ngân hàng
NGHIÊN CỨU THỊ TRƯỜNG
Hoa Kỳ
Nhật Bản
Trung Quốc
Hàn Quốc
Châu Âu
ASEAN
BẢN TIN
Bản tin Thị trường hàng ngày
Bản tin Thị trường và dự báo tháng
Bản tin Thị trường giá cả vật tư
Thông tin
Tài liệu Xanh là gì
Điều khoản sử dụng
Chính sách bảo mật
0
Trang chủ
Công Nghệ Thông Tin
Kỹ thuật lập trình
Lecture Software engineering: Lecture 17 - Ivan Marsic
Đang chuẩn bị liên kết để tải về tài liệu:
Lecture Software engineering: Lecture 17 - Ivan Marsic
Hùng Sơn
79
29
ppt
Không đóng trình duyệt đến khi xuất hiện nút TẢI XUỐNG
Tải xuống
Lecture 17: Design patterns (publisher-subscriber). This chapter presents the following content: What developers do with software, the power of patterns, software design patterns, object responsibilities (toward other objects),. | Ivan Marsic Rutgers University LECTURE 17: Design Patterns Publisher-Subscriber http://en.wikipedia.org/wiki/Problem_Frames_Approach Topics Software Design Patterns – What & Why Example Pattern: Publisher-Subscriber (a.k.a. Observer) What Developers Do With Software (besides development) Understand (existing software) Maintain (fix bugs) Upgrade (add new features) The Power of Patterns CN NIB MAP PLE The Power of Patterns The Power of Patterns CNN IBM APPLE The Power of Patterns The Power of Patterns CN NIB MAP PLE CNN IBM APPLE Software Design Patterns Design Patterns help anticipate software change Change is needed to keep up with reality Change may be triggered by changing business environment or by deciding to refactor classes that are deemed potentially problematic e.g., using quality-screening metrics (see Chapter 4) Change may have bad consequences when there are unrelated reasons to change a software module/class Unrelated . | Ivan Marsic Rutgers University LECTURE 17: Design Patterns Publisher-Subscriber http://en.wikipedia.org/wiki/Problem_Frames_Approach Topics Software Design Patterns – What & Why Example Pattern: Publisher-Subscriber (a.k.a. Observer) What Developers Do With Software (besides development) Understand (existing software) Maintain (fix bugs) Upgrade (add new features) The Power of Patterns CN NIB MAP PLE The Power of Patterns The Power of Patterns CNN IBM APPLE The Power of Patterns The Power of Patterns CN NIB MAP PLE CNN IBM APPLE Software Design Patterns Design Patterns help anticipate software change Change is needed to keep up with reality Change may be triggered by changing business environment or by deciding to refactor classes that are deemed potentially problematic e.g., using quality-screening metrics (see Chapter 4) Change may have bad consequences when there are unrelated reasons to change a software module/class Unrelated reasons are usually because of unrelated responsibilities Change in code implementing one responsibility can unintentionally lead to faults in code for another responsibility Another target is complex conditional logic (If-Then-Else statements, etc.) What May Change & How What changes in real world are business rules customer requests changes in software Changes in the small—changes in object responsibilities towards other objects Number of responsibilities Data type, or method signature Business rules Conditions for provision/fulfillment of responsibilities Sometimes change is regular (follows simple rules), such as new object state defined, or another object needs to be notified about something Object Responsibilities (toward other objects) Knowing something (memorization of data or object attributes) Doing something on its own (computation programmed in a “method”) Business rules for implementing business policies and procedures Calling methods on dependent objects .
TÀI LIỆU LIÊN QUAN
Lecture Software requirements engineering - Lecture 17: Elaboration & negotiation process
Lecture Software requirements engineering - Lecture 17: Elaboration & negotiation process
Lecture Software engineering: Chapter 17 – Distributed software engineering
Lecture Software engineering - Chapter 17: Software testing strategies
Lecture Software engineering: Lecture 17 - Ivan Marsic
Lecture Software engineering (9/e): Chapter 17 - Sommerville
Lecture Software Engineering - Chapter 17: Rapid software development
Lecture Software engineering (7/e): Chapter 17 – Ian Sommerville
Lecture Formal methods in software engineering - Lecture 17: Describing syntax and semantics
Lecture Formal methods in software engineering - Lecture 17: Describing syntax and semantics
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.