[Pharo-users] [ANN] Stargate v6.1.1 [v6.1.1] released!

2021-08-20 Thread Buenos Aires Smalltalk
Stargate, a library supporting the creation of HTTP based RESTful APIs. reached it's v6.1.1 version. Changelog #126 Fixed some minor issue affecting CORS support when providing invalid URLs in the configuration Regards, The Buenos Aires Smalltalk team

[Pharo-users] Re: Private Methods

2021-08-20 Thread Richard O'Keefe
One of the claimed benefits of object-oriented programming is ENCAPSULATION. The idea is that one of the ways a language helps you is by making some errors difficult or impossible to express. One of the things you need to understand an object is its INVARIANT. For example, astc's SortedCollection i