Tonetheman's WeblogTonetheman's WeblogChunking- January 30, 2005 Chunking in Python Chunking is the term that I will use to explain something that I do as a programmer almost everytime I look at code. Chunking is visual grouping. Sometime it is grouping at the function level, sometimes it is grouping at the scope level, sometimes it is even at the class level or even down to the statement. When I look at code, I do not always see separate lines of code. Most of the time when I am looking at code I see structure. And this structure changes according to...http://www.jroller.com/Tone/entry/chunking |