[squeak-dev] WebClient, Json and CouchDB

Igor Stasenko siguctua at gmail.com
Thu May 13 00:42:11 UTC 2010


My comment on
SqS/JSON/JSON-hjh.32

guys, can you give me any idea, why you replaced back the

stream peek / stream next

by

self peek / self next

removed all uses of #peekFor:
and added:

next
	^ self stream next

peek
	^ self stream peek


you're seem little concerned with speed?



More information about the Squeak-dev mailing list