루비의 창시자인 Matsumoto가 컴퓨터 분야에서 일하기 원하는 사람에게 제안한 10가지 팁
- Learn more than one programming languages, preferably many different style ones, like scripting, object-oriented, functional, logic, etc. Learning languages teaches you many about programming.
- Read good books, for example, “Pragmatic Programmers”, “Refactoring”, and “Art of Computer Science”.
- Read the source code. The source code is the source of information and knowledge. Thanks to the opensource.
- Don’t focus too much on tools. Tools changes. Algorithms and basic fundamentals don’t.
- Don’t focus too much on machines. Programmers often fall in the computer’s view point. But human make programs, programs serve human. Don’t forget that programming is a human oriented activity.
- Be lazy. Machines should serve human being. Often programmers serve machines unconsciously. Let machines serve you. Do everything you can to make you lazy.
- Test early, test often. Write test suites before you code, if possible.
- Be nice to others. Consider interface first, man to man, man to machine, and machine to machine. Again, remember, human factor is important.
- Be creative.
- Enjoy programming and life. I believe that is one of the purposes of life.
'Work & Study > TechTalk' 카테고리의 다른 글
| 마소 2006년12월호 Programming Optimization을 보고나서 (0) | 2007/02/20 |
|---|---|
| Rod Johnson의 TSS 기조연설 중에서 (0) | 2007/02/20 |
| 컴퓨터 분야에서 일하기 원하는 사람에게 제안한 10가지 팁 (0) | 2007/02/20 |
| 애플리케이션 개발에 실패를 줄이자. - ALM (0) | 2007/02/20 |
| 설계를 해야 하나요 ? (0) | 2007/02/20 |
| Test Automaion 컨설팅 (0) | 2007/02/20 |
TAG 자기개발


