On 10/21/2016 05:51 PM, Vitor Medina Cruz wrote:
Thank you for the answers! Actually my question has a rather silly reason: I find it difficult to navigate and peek at code in the current format. I would like to show ST code to other people through GitHub â it is pretty common for me to discuss implementations of katas, for example, from multiple platforms only looking at the GitHub project â, but the format get in the way. People usually give up of looking it because it is hard to navigate through the directory tree and understand all the separate pieces as a whole, and so I must explain my solution verbally and people get suspicious of ST and unwilling to try the environment for the first time. :(
This is exactly the kind of thing that the file-per-class format is aimed at. It will be closer to what non-ST people are used to, and tools like the ones GitHub offers will work better when files contain more. But it's not available yet. I'm working towards it, though.
I think I am going to commit a fileout of the project, maybe people will find easier to peek at. Do you have other suggestion?
That may be easier for now. Good luck getting them to look at it! Spreading Smalltalk is good. Regards, -Martin