# Chunk statements > 글을 단락으로 구분하듯, 관련된 코드 묶음들 사이에 빈 줄을 하나 넣기. 타이딩 중 하나. 글을 단락으로 구분하듯, 관련된 코드 묶음들 사이에 빈 줄을 하나 넣기. [타이딩](https://wiki.g15e.com/pages/Tidying.txt) 중 하나. > This one wins the prize for simplest tidying. You're reading a big chunk of code and you realize, "Oh, this part does this and then that part does that." Put a blank line between the parts. … > > After you've chunked statements, you have many paths forward, such as [Explaining variables](https://wiki.g15e.com/pages/Explaining%20variables.txt), [Extract helper](https://wiki.g15e.com/pages/Extract%20helper.txt), or [Explaining comments](https://wiki.g15e.com/pages/Explaining%20comments.txt). > > --[Tidy first? A personal exercise in empirical software design](https://wiki.g15e.com/pages/Tidy%20First%20-%20A%20personal%20exercise%20in%20empirical%20software%20design.txt)