S w i f t - M a n

최근 포스트

[iOS] 앱 모듈화의 필요성

September 04 2022

IT 소프트웨어 산업은 계속 성장하고 있다. 아마도 많은 서비스들은 점점 더 커질 것을 예상하고 기대할 것이다. Backend에서는 마이크로서비스 아키텍처로 대규모 애플리케이션을 작은 단위로 분리해 독립적인 구성요소로 구분해 개발하는 방법이 있다.

GitHub ssh 접속 설정

August 18 2022

ssh 원격 컴퓨터에 접속하기 위한 protocol id, password 가 필요없으며 public key를 외부에 두어 통신

[Swift] Missing Number

July 13 2022

Given an array nums containing n distinct numbers in the range [0, n], return the only number in the range that is missing from the array.

[XCUITest] resultBundle

July 03 2022

UITest에서 수행한 결과에 대한 Session 데이터를 resultBundle 에 저장 번들에는 build log, code coverage가 포함 reports, XML property list, test result, screenshots, attachments c...

[TDD] iOS

June 23 2022

TDD Test Driven Development 테스트코드를 먼저 짜고 구현을 나중에 하는 개발 방식 Extreme Programming의 실천법 중 하나 Extrame Programming 좋은것은 먼저 해보자라는 극단적인 프로그래밍 방식 ...

[XCUITest] View and share test results

June 20 2022

result bundle을 팀 구성원과 공유할 수 있으며, 팀 구성원은 관련 프로젝트 없이도 독립 실행형 Report navigator에서 결과를 열 수 있습니다.