2023-04-13-OOP-OCP
개방-폐쇄의 원칙 (OCP - Open-Closed Principle) 정의 소프트웨어 요소는 확장에는 열려 있으나 수정에는 닫혀 있어야 한다. 확장에 대해 열려 있다 이것은 모듈의 동작을 확장할 수 있다는 것을 의미한다. 애플리케이션의 요구 사항이 변경될 때, 이 변경에 맞게 새로운 동작을 추가해 모듈을 확장할 수 있다. ...
개방-폐쇄의 원칙 (OCP - Open-Closed Principle) 정의 소프트웨어 요소는 확장에는 열려 있으나 수정에는 닫혀 있어야 한다. 확장에 대해 열려 있다 이것은 모듈의 동작을 확장할 수 있다는 것을 의미한다. 애플리케이션의 요구 사항이 변경될 때, 이 변경에 맞게 새로운 동작을 추가해 모듈을 확장할 수 있다. ...
단일 책임의 원칙 (SRP - Single Responsibility Principle) 다섯 가지 SOLID 애자일 원칙 중 하나이다. 한 클래스는 하나의 책임만 가져야 한다는 원칙이다. 다르게 말하면 클래스를 수정할 이유가 오직 하나여야만 한다는 뜻이다. 책임이란? 어떤 객체가 어떤 요청에 대해 대답해 줄 수 있거나, 적ㄱ...
Get started with Chirpy basics in this comprehensive overview. You will learn how to install, configure, and use your first Chirpy-based website, as well as deploy it to a web server.

Examples of text, typography, math equations, diagrams, flowcharts, pictures, videos, and more.
The favicons of Chirpy are placed in the directory assets/img/favicons/. You may want to replace them with your own. The following sections will guide you to create and replace the default favicons...
This tutorial will guide you how to write a post in the Chirpy template, and it’s worth reading even if you’ve used Jekyll before, as many features require specific variables to be set. Naming and...