Giter Site home page Giter Site logo

kts-effective-kotlin's Introduction

[2022년 2월] 이펙티브 코틀린

F-Lab 스터디 - 이펙티브 코틀린입니다.

팀원

스터디 시간 및 장소

스터디 방법

  • 매주 1장씩을 읽어온다.
  • 겹치지 않게 매주 2명을 선정하고, 2명은 책 내용을 정리한다.
  • 스터디 당일에 랜덤으로 진행자를 뽑는다.
  • 스터디 당일 정리한 내용을 기준으로 이야기하고, 그 내용을 기준으로 추가하거나 제외할 내용을 다시 정리한다.
  • 시끄러운 장소인 분들 만 마이크 OFF
  • 매주 스터디 전 잡담 시간을 10분 정도 가진다.

랜덤으로 뽑기 위한 코드

fun main() {
    val list = mutableListOf("theo", "이석균", "김지원", "castle", "윤원준", "김승태", "한태웅", "쿠키")
    (1..3).forEach { _ ->
        val item = list.random()
        println(item)
        list.remove(item)
    }
}

스케줄

오리엔테이션

  • 자기 소개
  • 스터디장 선정 :theo
  • 스터디 방식 선정

1주차

2주차

3주차

4주차

  • 4장에 대한 스터디 정리 - 추상화 설계

5주차

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.