From 31b6961718b72e2f722cebc0b6c55a6b105d2712 Mon Sep 17 00:00:00 2001 From: Ga Dong Sik <62535229+eple0329@users.noreply.github.com> Date: Thu, 6 Mar 2025 20:31:04 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=EA=B0=9C=EB=B0=9C=EC=83=81=EC=8B=9D?= =?UTF-8?q?-=EC=A2=8B=EC=9D=80=20=EC=BD=94=EB=93=9C=EB=9E=80=20=EB=AC=B4?= =?UTF-8?q?=EC=97=87=EC=9D=B8=EA=B0=80-=EB=8D=94=20=EC=9D=BD=EC=96=B4?= =?UTF-8?q?=EB=B3=B4=EA=B8=B0-=ED=8E=98=EC=9D=B4=EC=A7=80=20404=20?= =?UTF-8?q?=EB=A7=81=ED=81=AC=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 원작자 분이 링크를 수정하셔서 404가 뜨는 링크를 수정했습니다. --- Development_common_sense/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Development_common_sense/README.md b/Development_common_sense/README.md index 38bd7d8..06b07dc 100644 --- a/Development_common_sense/README.md +++ b/Development_common_sense/README.md @@ -21,7 +21,7 @@ - 중복이 없는 코드 - 테스트가 용이한 코드 -등등… 더 읽어보기 > https://jbee.io/etc/what-is-good-code/ +등등… 더 읽어보기 > [https://jbee.io/articles/etc/좋은 코드란 무엇일까](https://jbee.io/articles/etc/좋은 코드란 무엇일까) ## Object Oriented Programming From 12844b05c6c2b3b776a94b20fd7a357c30ff20ad Mon Sep 17 00:00:00 2001 From: Ga Dong Sik Date: Thu, 6 Mar 2025 20:37:28 +0900 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=EB=A7=81=ED=81=AC=EC=97=90=20?= =?UTF-8?q?=EA=B3=B5=EB=B0=B1=EC=9D=84=20=EC=9D=B8=EC=8B=9D=ED=95=98?= =?UTF-8?q?=EC=A7=80=20=EB=AA=BB=ED=95=B4=20encoding=EB=90=9C=20=ED=95=98?= =?UTF-8?q?=EC=9D=B4=ED=8D=BC=EB=A7=81=ED=81=AC=20=EC=97=B0=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Development_common_sense/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Development_common_sense/README.md b/Development_common_sense/README.md index 06b07dc..ab86102 100644 --- a/Development_common_sense/README.md +++ b/Development_common_sense/README.md @@ -21,7 +21,7 @@ - 중복이 없는 코드 - 테스트가 용이한 코드 -등등… 더 읽어보기 > [https://jbee.io/articles/etc/좋은 코드란 무엇일까](https://jbee.io/articles/etc/좋은 코드란 무엇일까) +등등… 더 읽어보기 > [https://jbee.io/articles/etc/좋은 코드란 무엇일까](https://jbee.io/articles/etc/%EC%A2%8B%EC%9D%80%20%EC%BD%94%EB%93%9C%EB%9E%80%20%EB%AC%B4%EC%97%87%EC%9D%BC%EA%B9%8C) ## Object Oriented Programming