Giter Club home page Giter Club logo

ios-project-manager's Introduction

header

Chamin Lee

🛠 Tech Stacks


🌱 Currently, I'm immersing myself in iOS development studies.

👨🏻‍💻 I'm documenting what I've learned on my blog.

🚀 I enjoy growth and always enthusiastically welcome new knowledge.


👨🏻‍💻 Work Experience

Duration Company, Team
2022.06 ~ Hyperconnect, Azar iOS Team
2022.03 ~ 2022.06 Hyperconnect, Azar iOS Team, Intern

🤓 Always diligently, meticulously, and with great effort!

Anurag's GitHub stats

ios-project-manager's People

Watchers

 avatar

ios-project-manager's Issues

STEP2 | ViewModel 구현

  • Repository 프로토콜
    • 메모리 저장을 위한 Repository 타입 생성
  • ToDoManageable 프로토콜 (갖춰야 할 실제 로직의 틀을 제공)
    • 실제로 로직을 가지는 ToDoManager 구현
  • ViewModel 프로토콜 구현
    • create / read / update / delete
    • changeState
    • 특정 메모 fetch
    • 상태에 따른 메모 개수
  • ToDoViewModel 구현
    • ToDoManager를 소유
      • ToDoManager의 메서드를 이용해서 ViewModel 프로토콜 구현하기

Step 2-2 | Refactoring

  • fatalError -> assert로 변경
  • 객체 생성, 의존성 주입을 관리하는 객레 생성
  • private 처리
  • 데이터 가공 부분 view -> viewmodel로 이전
  • VC내 ViewModel을 let으로
  • didLoad 클로저 네이밍
  • refreshTaskTableHeader내 taskTableView의 느낌표 제거
  • state로 tableview를 반환하는 메서드 만들기
  • TaskManageViewController를 위한 viewmodel 따로 만들기! (그렇다면 이전 뷰컨에 대한 처리는 어떻게?)
  • 유효성 검사로직 viewmodel로 이동시키기
  • edit버튼도 Input -> output 구조에 포함시키기
  • done, textview조건도 viewmodel에서 검증하도록
  • viewmodel의 output 네이밍을 뷰에게 명령하는 형태로 변경하기
  • count도 원천이 변경되었을 때, 같이 포함시켜 output으로 정의하여 바라볼 수 있도록 하기

STEP2-1 | Refactoring

  • class에 final 키워드 명시
  • repository 프로토콜 내 get set -> get
  • LocalizedError 채택
  • deadline interval??
  • 추상적인 네이밍 변경 (repository, viewmodel) -> TodoRepository, ToDoViewModel
  • 전체적으로 ToDo -> Task
  • ViewModel내 네이밍 -> 뷰의 관점에서 네이밍
  • TodoManager -> ToDoManageable (상수 변경?)
  • 정렬은 todoManager에서 해서 보내주기
  • todoviewModel내 crud 파라미터는 todo가 아니라 title, description 등으로 받도록 수정
  • ViewModel내 fetch는 항상 todomanager를 통해
  • 단위 테스트 독립성 보장 mock 이용

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.