TURI BLOG

[Nomad Coders Challenge] Clean Code - Assignment #05 ๋ณธ๋ฌธ

Nomad Coders

[Nomad Coders Challenge] Clean Code - Assignment #05

TURI BLOG 2024. 12. 5. 21:02

 

 

๐Ÿ“ It is part of a book club challenge on a programming learning website called Nomad Coders. The challenge is to demonstrate what I have learned after reading Clean Code by Robert C. Martin.

 

๐Ÿ“ It will consist of the following sections over three weeks: the range of reading, the top quotes from the book, my review, and remaining questions. 

  ๐Ÿ”—Challenge Schedule


๐Ÿ’ป I plan to read Clean Code in JavaScript and Python, referring to the GitHub repositories shared by Nomad Coders with the challengers.

 

Assignment #05

  • ๐Ÿ“š Chapter 4. Comments
  • โœ”๏ธ TIL 
    • Top quotes from the book
    • Assignment 
    • My review

 

๐Ÿ“ Top quotes from the book

  •  
  • ๋‚˜์œ ์ฝ”๋“œ์— ์ฃผ์„์„ ๋‹ฌ์ง€ ๋งˆ๋ผ. ์ƒˆ๋กœ ์งœ๋ผ  -๋ธŒ๋ผ์ด์–ธ W.  ์ปค๋‹ˆํ•ธ, P.J. ํ”Œ๋ผ์šฐ๊ฑฐ 
  • ์ž˜ ๋‹ฌ๋ฆฐ ์ฃผ์„์€ ๊ทธ ์–ด๋–ค ์ •๋ณด๋ณด๋‹ค ์œ ์šฉํ•˜์ง€๋งŒ, ๊ฒฝ์†”ํ•˜๊ณ  ๊ทผ๊ฑฐ์—†๋Š” ์ฃผ์„์€ ์ฝ”๋“œ๋ฅผ ์ดํ•ดํ•˜๊ธฐ ์–ด๋ ต๊ฒŒ ๋งŒ๋“ ๋‹ค.
  • ์šฐ๋ฆฌ๋Š” ์ฝ”๋“œ๋กœ ์˜๋„๋ฅผ ํ‘œํ˜„ํ•˜์ง€ ๋ชปํ•œ ์‹คํŒจ๋ฅผ ๋งŒํšŒํ•˜๊ธฐ ์œ„ํ•ด ์ฃผ์„์„ ์‚ฌ์šฉํ•œ๋‹ค. ์ฃผ์„์„ ์‹คํŒจ๋ฅผ ์˜๋ฏธํ•œ๋‹ค. 
    • ๊ทธ๋Ÿฌ๋ฏ€๋กœ ์ฃผ์„์ด ํ•„์š”ํ•œ ์ƒํ™ฉ์— ์ฒ˜ํ•˜๋ฉด ๊ณฐ๊ณฐ์ด ์ƒ๊ฐํ•˜๊ธฐ ๋ฐ”๋ž€๋‹ค. ์ƒํ™ฉ์„ ์—ญ์ „ํ•ด ์ฝ”๋“œ๋กœ ์˜๋„๋ฅผ ํ‘œํ˜„ํ•  ๋ฐฉ๋ฒ•์€ ์—†์„๊นŒ? 
    • ์ฃผ์„์€ ์ž์ฃผ ๊ฑฐ์ง“๋ง์„ ํ•œ๋‹ค. ์˜ค๋ž˜๋ ์ˆ˜๋ก ์ฝ”๋“œ์—์„œ ๋ฉ€์–ด์ง„๋‹ค. ์ฃผ์„์€ ๋ณ€ํ™”ํ•˜๊ณ  ์ง„ํ™”ํ•˜์—ฌ ๊ดด๋ฌผ๋กœ ๋ณ€ํ•œ ์ฝ”๋“œ๋ฅผ ๋”ฐ๋ผ๊ฐ€์ง€ ๋ชปํ•œ๋‹ค. ... ๋”์ด์ƒ ์ง€ํ‚ฌ ํ•„์š”๊ฐ€ ์—†๋Š” ๊ทœ์น™์ด๋‚˜ ์ง€์ผœ์„œ๋Š” ์•ˆ ๋˜๋Š” ๊ทœ์น™์„ ๋ช…์‹œํ•œ๋‹ค. ... ์ง„์‹ค์€ ํ•œ๊ณณ์—๋งŒ ์กด์žฌํ•œ๋‹ค. ๋ฐ”๋กœ ์ฝ”๋“œ๋‹ค. ๊ทธ๋Ÿฌ๋ฏ€๋กœ ์šฐ๋ฆฌ๋Š” ์ฃผ์„์„ ๊ฐ„๋Šฅํ•œ ์ค„์ด๋„๋ก ๊พธ์ค€ํžˆ ๋…ธ๋ ฅํ•ด์•ผ ํ•œ๋‹ค. 

 

๐Ÿ” Remaining questions

  •  

 

โœ”๏ธ Assignment 

 


๐Ÿ–Š๏ธ My review

Iโ€™ve learned a lot by exploring how others contribute to their blogs and GitHub repositoriesโ€”they always inspire and teach me. I truly appreciate this assignment from the Nomad Coders Book Club.

Comments