SINGLE RESPONSIBILITY - 한국어로 번역

['siŋgl riˌspɒnsə'biliti]
['siŋgl riˌspɒnsə'biliti]
단일 책임
single responsibility
single responsibility

영어에서 Single responsibility 을 사용하는 예와 한국어로 번역

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
The Single Responsibility Principle(the S in the SOLID principles)
SRP (Single Responsibility Principle): 단일 책임의 원칙,
Classes: The Single Responsibility Principle(SRP) states that a class or module should have one, and only one,
단일 책임 원칙(Single Responsibility Principle, SRP)은 클래스나 모듈을 변경할 이유 가 하나,
SOLID stands for: S- Single Responsibility Principle O- Open/Closed Principle L- Liskov's Substitution I- Interface Segregation D- Dependency Inversion Single Responsibility….
목차 • 목적 및 개요 • 용어 정리 • Architect • 객체 지향 개발 5대 원칙: SOLID • Single Responsibility Principle • Open Close Principle • Liskov Substitution Principle • Interface Segregation Principle • Dependency Inversion Principle.
Jacobson is implicitly talking about the Single Responsibility Principle which was published 10 years later by Robert C. Martin in his wonderful book“Agile Software Development, Principles, Patterns, and Practices“.
뒤에 Robert C. Martin의 “Agile Software Development, Principles, Patterns, and Practices“에서 언급한 Single Responsibility Principle 라고 알려져있는 원칙과 유사하다.
The Single Responsibility Principle states that each class should have only one responsibility..
단일책임 원칙은 모든 클래스는 하나의 책임만 가져야 한다는 원칙이다.
Each small class encapsulates a single responsibility, has a single reason to change,
작은 클래스는 각각 책임이 하나이며, 변경할 이유가 하나이며,
Each small class encapsulates a single responsibility, has a single reason to change,
작은 클래스는 각자 맡은 책임이 하나며, 변경할 이유가 하나며,
The Single Responsibility Principle(SRP)- one of the SOLID principles- is definitely one of my favourites principles in Object-Oriented Design.
SOLID 원칙 중 하나인 “단일 책임 원칙(SRP, The Single Responsibility Principle)”은 내가 가장 좋아하는 객체지향 설계 원칙 중 하나다.
A class should have a single responsibility.
하나의 클래스는 하나책임만을 가지고 있어야 함.
Your classes will naturally adhere to the Single Responsibility Principle.
그러면 자연스럽게 단일 책임 원칙을 지키게 된다.
The‘S' in SOLID principles stands for the Single Responsibility Principle.
SOLID - "SOLID"의 "S"는 단일 책임 원칙에 해당한다.
SOLID- the"S" in"SOLID" stands for the single responsibility principle.
SOLID - "SOLID"의 "S"는 단일 책임 원칙에 해당한다.
Single Responsibility(SRP), Open/Close,
단일 책임(SRP; Single Responsibility),
Single responsibility principle: A class should handle only one single responsibility and have only one reason for change.
단일 책임 원칙: 하나의 클래스는 하나의 책임을 가지며, 변경 이유 역시 하나여야 함.
Classes should have a single responsibility and thus only a single reason to change.
Class 는 오직 가지의 책임이 주어져야 하고, 오직 가지 이유에서만 변경되어야 합니다.
The Single Responsibility(SRP), Open/Closed(OCP),
단일 책임(SRP; Single Responsibility),
So the easiest way to defeat complexity is to divide responsibilities among multiple entities following the single responsibility principle.
그러므로 가장 빨리 복잡한 것을 극복하는 방법은 단일 책임 원칙으로 수많은 개체들의 책임을 쪼개는 것이다.
The single responsibility principle states that every class should have a single responsibility, and that responsibility should be entirely encapsulated by the class.
객체 지향 프로그래밍에서 단일 책임 원칙(single responsibility principle)이란 모든 클래스는 하나책임만 가지며, 클래스는 그 책임을 완전히 캡슐화해야 함을 일컫는다.
Although the single responsibility principle suggests that"each module should only handle one hard problem",
단일 책임 원칙에 따르면 ‘하나의 모듈은 하나의 어려운 문제만 다뤄야 한다'고 하지만,
The single responsibility principle is a computer programming principle that states that every module,
단일 책임 원칙은 모든 모듈, 클래스 또는 함수[1]이 소프트웨어에서 제공하는
결과: 111, 시각: 0.0317

단어 번역에 의한 워드

최고 사전 질의

영어 - 한국어