|
|
|
New to programming/OOP – Should I start with Smalltalk?
|
|
3 points
by qsmrf
1227 days ago
|
|
New programmer here and I want to learn and get a better grasp of OOP - and I read smalltalk can be good for that? Personally, I would do OOP in C# and Java but their syntax is scaring me right now lol Do you think I should go towards smalltalk just to learn OOP concepts - Although I do know industry wise not many are using it professionally. |
|
I recommend going through the Pharo MOOC materials and be sure you understand the concepts of classes, MessageNotUnderstood, metaclasses, closures, navigating the collections library, basic design patterns. You can do it in parallel with other learning activities with different languages.