pharo-project / pharo

Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.
http://pharo.org
Other
1.19k stars 353 forks source link

Grab Slime Pharo code related rules #14116

Open Ducasse opened 1 year ago

Ducasse commented 1 year ago

In slime the rules packaged for seaside there are generic rules for Pharo and it would be good to have them in Pharo. Johan Brichau suggested this and I think that this is a good idea. Johan should package them and send them :)

@jbrichau

jbrichau commented 1 year ago

I started work on refactoring and improving the Slime rules, extracting the generally applicable rules into this project: https://github.com/SeasideSt/PharoWithStyle The idea is to keep the Seaside-specific rules in Slime and implement more rules that are in the Pharo With Style book in that project.

GitHub
GitHub - SeasideSt/PharoWithStyle: Code style rules from the Pharo With Style book
Code style rules from the Pharo With Style book. Contribute to SeasideSt/PharoWithStyle development by creating an account on GitHub.
Ducasse commented 1 year ago

Love it :)