기타

프로그래밍 명언

revant 2026. 5. 3. 18:53

 

 

The best way to predict the future is to invent it.

미래를 예측하는 가장 좋은 방법은 미래를 창조하는 것이다

- Alan Kay

 

 

I'm not a great programmer.

I'm just a good programmer with great habits.

나는 위대한 프로그래머가 아니다. 나는 단지 훌륭한 습관을 가진 좋은 프로그래머일 뿐이다.

- Kent Beck

 

 

Controlling complexity is the essence of computer programming.

복잡성을 통제하는 것이 컴퓨터 프로그래밍의 본질이다

- Brian Kernighan

 

 

First, solve the problem.

Then, write the code.

먼저 문제를 해결하라. 그 다음 코드를 작성하라.

- John Johnson

 

 

A great worker may receive better treatment,

but a great developer is worth more than ten thousand times that.

훌륭한 작업자는 더 나은 대우를 받을지 모르지만, 훌륭한 개발자는 그 만 배 이상의 가치가 있다.

- Bill Gates

 

 

The code you write makes you a programmer.

The code you delete makes you a good one.

코드를 작성하면 프로그래머가 되고, 코드를 삭제하면 좋은 프로그래머가 된다

- Mario Fusco

 

 

Every good work of software starts by scratching a developer's personal itch.

모든 훌륭한 소프트웨어는 개발자 자신의 가려운 곳을 긁는 것에서 시작된다

- Eric S. Raymond

 

 

Any fool can write code that a computer can understand.

Good programmers write code that humans can understand.

어떤 바보라도 컴퓨터가 이해할 수 있는 코드는 작성할 수 있다.

좋은 프로그래머는 사람이 이해할 수 있는 코드를 작성한다.

- Martin Fowler

 

 

Fix the cause, not the symptom.

증상을 고치지 말고, 원인을 고쳐라.

- Steve Maguire