Single Responsibility Principle (SRP)

Định nghĩa Single Responsibility Principle (SRP) là gì?

Single Responsibility Principle (SRP)Độc Trách nhiệm Nguyên tắc (SRP). Đây là nghĩa tiếng Việt của thuật ngữ Single Responsibility Principle (SRP) - một thuật ngữ thuộc nhóm Technology Terms - Công nghệ thông tin.

Độ phổ biến(Factor rating): 5/10

Các nguyên tắc trách nhiệm duy nhất (SRP) là một phần của từ viết tắt “RẮN” cho nguyên tắc phát triển bởi Robert C. Martin lập trình. Nó liên quan đến từng đối tượng trong một codebase có một chức năng cụ thể duy nhất.

Xem thêm: Thuật ngữ công nghệ A-Z

Giải thích ý nghĩa

Nguyên tắc RẮN bao gồm các nguyên tắc duy nhất chịu trách nhiệm, cũng như bốn nguyên tắc khác mà dựa vào các từ viết tắt RẮN: mở đóng cửa, thay Liskov, giao diện phân biệt và phụ thuộc đảo ngược.

What is the Single Responsibility Principle (SRP)? - Definition

The single responsibility principle (SRP) is part of the “SOLID” acronym for programming principles developed by Robert C. Martin. It relates to each object in a codebase having a single specific function.

Understanding the Single Responsibility Principle (SRP)

SOLID principles include the single responsibility principle, as well as four other principles that rely on the SOLID acronym: open-closed, Liskov substitution, interface segregation and dependency inversion.

Thuật ngữ liên quan

  • Dependency Hell
  • Error Checking and Correction
  • Codebase
  • Object
  • Commit
  • Access Modifiers
  • Acyclic
  • Appending Virus
  • Armored Virus
  • Binder

Source: ? Technology Dictionary - Filegi - Techtopedia - Techterm

Trả lời

Email của bạn sẽ không được hiển thị công khai. Các trường bắt buộc được đánh dấu *