In this article, I share the outcomes of our experiment aimed at identifying class names, that are references to classes that exist in Pharo environment, within comments in all Pharo classes and methods. The experiment was conducted on a Pharo 11 image, and the identification process relied on regular expressions to detect UpperCamelCases tokens. TheseContinue reading “Connecting the Dots: Class Names in Pharo Comments Revealed”
Author Archives: alessho
What is RBParseTreeSearcher ?
Imagine that you want to find a specific expression and that you want to find it in the complete system. How many classes would you have to look for? How can you be sure that you did not miss any class and being sure that you won’t be frustrated because of the number of issuesContinue reading “What is RBParseTreeSearcher ?”