소스 검색

Be more specific with guideline regarding echo >1

Alois Mahdal 10 년 전
부모
커밋
5352486202
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      notes/guidelines.md

+ 2
- 2
notes/guidelines.md 파일 보기

@@ -94,8 +94,8 @@ If you can default, default, otherwise be honest = fail.
94 94
 
95 95
 ### Don't talk unless asked ###
96 96
 
97
-Use echo only if purpose of your script/function **is** to print.
98
-Otherwise use `think()` instead.
97
+Echo to stdout only if purpose of your script/function **is** to print
98
+**that** text.  Otherwise use `think()` instead.
99 99
 
100 100
 If you want to make your script "user-friendly" (like babbling about
101 101
 what it's doing), consider setting `FFOO_VERBOSE` to true in header of