I fail to see confusion as a bad thing though. For me confusion is part of the learning process. Being successful at something is about developing the skills for it and that takes time and practice.�
I am no beginner or pro coder but frankly I am glad that assignment is := and comparison is =. Cant stress enough how many times I made the stupid mistake in python (the language I have most coding experience with) doing a if a=1 instead of if a==1 and its a bug that is painful to spot . Maybe I am smalltalker by birth :D but for my brain comparison is =. And though I had many arguments with my brain about it, he does not seem to want to change its mind about it.
Frankly I dont think seeing that = in different color would make much of difference at least for my mistakes. �But definitely would not hurt either.�
About command completion cant stress enough how crucial is for people like me with very bad memory. I keep forgetting names of people that have met recently, method names and class names have no chance of being remembered , when I have to deal with hundreds and thousands of them. I would love if my brain had some kind of autocompletion but it looks like my brain still runs on Windoom.�
Again with messages sends and multiple arguments , I love the mandatory keyword argument about Smalltalk again for someone like myself with real bad memory is just a ton of help. I just dont want to go back to unnamed arguments. �Again code completion helps here.�
Anyway I know this is a single opinion but I am still a beginner smalltalker though not a beginner coder. Because there is like a ton of people that out there try to identify what went so bad with Smalltalk and never become truly popular , my opinion is that it has nothing to do with the language. The language is brilliantly simple and straight forward, I wish I could say the same about the libraries. Its the libraries I struggle the most when I play with pharo.�
At time I am afraid to look at the next method because I feel it will be the portal to spaghetti hell. I cant think a bigger nightmare for a newcomer especially when there is lack of documentation. For me thats the true dark side of Pharo. But again just an opinion.�