I'm new to Squeak and Smalltalk but not programming in general(i've some Python experience).
I understand the various tools present in the Squeak environment like the Workspace, System Browser and also the Smalltalk language constructs. I understand how they work in isolation but i'm not sure how they are to be used as a whole.
My question is what is the typical workflow when developing in Squeak. As far as I understand it
I open squeak.
I create a Class in the System Browser.
I then write/test/execute code in the Workspace, adding methods
to my class based on the code I tried out in the Workspace.
Rinse and repeat for other classes.
Is the above typically what smalltalkers follow or are there things that i've missed. Also other general tips/gotchas(if any) will be appreciated.
Thanks.
BTW, I did search about this and read some tutorials, but did not get any satisfying answers, so no lmgtfy links please ;)