Processing a text file often consists of sequentially reading a unit of information (typically either a character or a line) and doing something in response to the unit you've just read.
处理文本文件通常包括读取信息单元(通常叫做字符或行),然后对刚读取的单元执行适当操作。
A lot of people write to me, after reading The Joel test, to say, "you should have a 13th thing on here: unit Testing, 100% unit tests of all your code."
在读了《祖尔测试》一文后,很多人都会对我说上一番如此之类的话:“你应当加上第13项测试:单元测试,100%单元测试你的代码。”
应用推荐