본문 바로가기

카테고리 없음

2020-06-11 22시 개발자 글 모음 | "우리는 어떻게 후속 투자를 하는가 —" 외 4개 이야기

(TDD) 하위 클래스를 제거하기 쉽게 만드는 방법 by 양권성

  • class Dollar (amount: Long ): Money(amount) {
  • class Franc (amount: Long ): Money(amount) {
  • open class Money ( private val amount: Long ) {


뇌음식 v0.1 by 하준호

  • 어디서든 찾기 쉬우라고 "뇌음식"이라고 촌스럽게 제목 붙임
  • 대한민국 국민 대부분은 가진게 뇌 뿐
  • https://steptohealth


(TDD) 클래스의 명시적인 타입 검사를 제거하는 방법 by 양권성

  • fun dollar (amount: Long ) : Money = Dollar(amount)
  • fun franc (amount: Long ) : Money = Franc(amount)
  • class Dollar (amount: Long ): Money(amount


옛날 VGA 팔레트에 관한 추억 by 김용묵


    우리는 어떻게 후속 투자를 하는가 — How I Invest (2) by 허진호

    • Follow all the topics you care about
    • and we’ll deliver the best stories for you to your homepage and inbox