DAY 6
๐ย ์ค๋ ์ฝ์ ๋ฒ์ : cp3
<aside>
๐ ์ฑ
์์ ๊ธฐ์ตํ๊ณ ์ถ์ ๋ด์ฉ์ ์จ๋ณด์ธ์.
</aside>
- Unix is famous for being designed around the philosophy of small, sharp tools, each intended to do one thing well. This philosophy is enabled by using a common underlying formatโthe line-oriented, plain text file.
- As a Pragmatic Programmer, you will constantly want to perform ad hoc operationsโthings that the GUI may not support. The command line is better suited when you want to quickly combine a couple of commands to perform a query or some other task.
- Use the Power of Command Shells
- Use a Single Editor Well
- Choose an editor, know it thoroughly, and use it for all editing tasks.
- Fix the Problem, Not the Blame
- Donโt Panic
But it is very important to step back
a pace, and actually think about what could be causing the symptoms
that you believe indicate a bug.
- Beware of myopia when debugging. Resist the urge to fix just the symp- toms you see: it is more likely that the actual fault may be several steps removed from what you are observing, and may involve a number of other related things. Always try to discover the root cause of a problem, not just this particular appearance of it.
<aside>
๐ค ์ค๋ ์ฝ์ ์๊ฐ์? ๋ ์ค๋ฅด๋ ์๊ฐ์ ๊ฐ๋ณ๊ฒ ์ ์ด๋ณด์ธ์
</aside>
โDonโt Panicโ you will be fine.
Itโs the same advice I got from my mentor.

<aside>
๐ ๊ถ๊ธํ ๋ด์ฉ์ด ์๊ฑฐ๋, ์ ์ดํด๋์ง ์๋ ๋ด์ฉ์ด ์๋ค๋ฉด ์ ์ด๋ณด์ธ์.
</aside>