Community

개발자 99% 커뮤니티에서 수다 떨어요!

← Go back
7장. 코딩하는 동안
#pragmatic
2년 전
602

오늘 TIL 3줄 요약

  • 휴식을 통해 안 풀리던 문제가 쉽게 풀릴수 있다

  • 우연이 아닌 의도적으로 코딩을 하자

  • 가정이 아닌 증명해라

TIL (Today I Learned) 날짜

2022. 05.28

오늘 읽은 범위

7장. 코딩하는 동안

책에서 기억하고 싶은 내용을 써보세요.

  • First, stop what you’re doing. Give yourself a little time and space to

    let your brain organize itself. Stop thinking about the code, and do

    something that is fairly mindless for a while, away from a keyboard.

    Take a walk, have lunch, chat with someone. Maybe sleep on it.

  • Don’t assume it, prove it.

  • Make sure you have good tests before you begin refactoring. Run the

    tests as often as possible. That way you will know quickly if your

    changes have broken anything.

오늘 읽은 소감은? 떠오르는 생각을 가볍게 적어보세요

  • 풀리지 않는 문제는 휴식을 취함으로써 뇌가 스스로 문제를 인지함으로써 문제가 쉽게 풀리수 있다