Skip to content

Instantly share code, notes, and snippets.

View cskime's full-sized avatar
:octocat:

Chamsol Kim cskime

:octocat:
View GitHub Profile
20260521 버전
- 모든 프로젝트, 모든 개발 언어에 사용할 수 있는 범용적인 agents.md 를 만드는게 목표
- 로컬 LLM도 이해할 수 있게 짧게 작성
- 매번 반복해서 읽을거라서 영어로 작성
- 가장 중요하게 생각되는 포인트는 다음 사항
- 모호한게 있을 경우 질문하기, 모호한게 없어질 때까지 질문하고, 명확해지면 작업 시작
- 작업은 최대한 쪼개서 시작할 것
- 충돌사항이 있거나 선택할게 생기면 항상 멈추고 질문할 것
@cskime
cskime / NotificationCenter-Publisher.swift
Last active August 16, 2022 15:02
Blog: Combine 시작하기
let notificationPublisher = NotificationCenter.default
.publisher(for: someNotificationName, object: targetObject)