ANSI C의 guideline중에 재밌는 부분.
Keep the spirit of C.
그럼 C의 spirit이라는 게 뭘까? 'C Primer Plus'에 다음과 같이 나온다.
- Trust the programmer.
- Don't prevent the programmer from doing what needs to be done.
- Keep the language small and simple.
- Provide only one way to do an operation.
- Make it fast, even if it is not guaranteed to be portable.
왠지 요즘과는 꽤 많이 틀리다는 생각을...

댓글을 달아 주세요